Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 308 Bytes

README_TEST.md

File metadata and controls

17 lines (13 loc) · 308 Bytes

Running tests requires Catch2 and cmake

Running Tests

mkdir cbuild && cd cbuild
cmake ..
make test

# usage: run all tests
./test/test

# usage: Optionally specify tests and success verbosity
./test/test [bass] --success

Writing Tests

[noci] tag is used to disable a test on Github actions