Tests are handled by Catch2 and built via CMake in the /tests directory.
To run the tests:
- Build the CMake project:
mkdir build && cd buildcmake ..
- Execute test target:
make test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tests are handled by Catch2 and built via CMake in the /tests directory.
To run the tests:
mkdir build && cd buildcmake ..make test