Name Date Size #Lines LOC

..--

README.mdH A D25-Jun-2025411 1711

utest.cppH A D02-Jan-202514 KiB468361

README.md

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