You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command above build the unit tests executable in
./build/unit_tests/unit_tests. The --parallel 8 instructs CMake to build
in parallel using 8 threads, modify accordingly.
Tu run the unit tests, execute
ctest --test-dir build
Note that qpp::Timer<> tests or tests related to random functions such as
qpp::rand() may sometime (very rarely) fail, due to timing imprecision or
statistical errors. Such behaviour is perfectly normal.