Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 274 Bytes

Tests

Unit tests are configured by CMake parameter -DBRINGAUTO_TESTS=ON start unit tests:

cd _build
cmake -DBRINGAUTO_TESTS=ON ..
make
ctest

Integration tests

Integration tests by StateSmurf are decribed in test/smurf/README.md.