Name Date Size #Lines LOC

..--

README.mdH A D25-Jun-2025410 1711

msl_verify.cppH A D16-Sep-20192.2 KiB9171

test_functions.cppH A D17-Jan-202415.6 KiB467420

test_item_updater_static.cppH A D10-May-20238.1 KiB189170

test_signature.cppH A D16-Aug-20244.6 KiB13899

test_version.cppH A D16-Aug-20242 KiB6755

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  1. meson -Doe-sdk=enabled -Dtests=enabled build
9  2. ninja -C build test
10
11- WHEN RUNNING UTEST remember to take advantage of the gtest capabilities.
12  "./build/test/utest --help"
13  - --gtest_repeat=[COUNT]
14  - --gtest_shuffle
15  - --gtest_random_seed=[NUMBER]
16