Name Date Size #Lines LOC

..23-Apr-2024-

README.mdH A D09-Dec-2022408 1712

msl_verify.cppH A D07-Mar-20212.2 KiB9171

test_functions.cppH A D23-Feb-202415.6 KiB467420

test_item_updater_static.cppH A D11-May-20238.1 KiB189170

test_signature.cppH A D11-May-20234.6 KiB13899

test_version.cppH A D11-May-20232.2 KiB6654

README.md

1Instructions on how to execute UTEST.
2
3- When using an SDK - make sure it has been built for an x86 machine.
4
5* Run the following commands:
6
7  ```
8  meson -Doe-sdk=enabled -Dtests=enabled build
9  ninja -C build test
10  ```
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