tree: 0d14934fa6bd411e02c65773466653dd97cc929d [path history] [tgz]
  1. README.md
  2. utest.cpp
bmc/test/README.md

UTEST

Instructions on how to execute UTEST.

  • When using an SDK - make sure it has been built for an x86 machine.

    Run the following commands:

    meson -Dtests=enabled build
    ninja -C build test
    
  • WHEN RUNNING UTEST remember to take advantage of the gtest capabilities. "./build/test/utest --help"

    • --gtest_repeat=[COUNT]
    • --gtest_shuffle
    • --gtest_random_seed=[NUMBER]