Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
README.md | H A D | 06-Aug-2024 | 394 | 17 | 11 | |
utest.cpp | H A D | 31-Jul-2024 | 14 KiB | 468 | 361 |
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 1. meson -Dtests=enabled build 10 2. ninja -C build test 11 12- WHEN RUNNING UTEST remember to take advantage of the gtest capabilities. 13 "./build/test/utest --help" 14 - --gtest_repeat=[COUNT] 15 - --gtest_shuffle 16 - --gtest_random_seed=[NUMBER] 17