1Instructions on how to execute UTEST.
2
3* When using an SDK - make sure it has been built
4  for an x86 machine.
5
6- Run the following commands:
7
8  ```
9  meson -Doe-sdk=enabled -Dtests=enabled build
10  ninja -C build test
11  ```
12
13* WHEN RUNNING UTEST remember to take advantage
14  of the gtest capabilities. "./build/test/utest --help"
15  - --gtest_repeat=[COUNT]
16  - --gtest_shuffle
17  - --gtest_random_seed=[NUMBER]
18