Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 24-Oct-2024 | - | ||||
README.md | H A D | 07-Aug-2024 | 411 | 17 | 11 | |
msl_verify.cpp | H A D | 07-Mar-2021 | 2.2 KiB | 91 | 71 | |
test_functions.cpp | H A D | 23-Feb-2024 | 15.6 KiB | 467 | 420 | |
test_item_updater_static.cpp | H A D | 11-May-2023 | 8.1 KiB | 189 | 170 | |
test_signature.cpp | H A D | 20-Aug-2024 | 4.6 KiB | 138 | 99 | |
test_version.cpp | H A D | 20-Aug-2024 | 2 KiB | 67 | 55 |
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 -Doe-sdk=enabled -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