|
2 weeks ago | |
---|---|---|
.. | ||
data | 4 years ago | |
unit | 2 weeks ago | |
CMakeLists.txt | 2 weeks ago | |
README.md | 2 weeks ago |
You can enable tests with CMake using:
$ cmake -DBUILD_TESTING=On ..
The target tests
will attempt to build all the tests then run ctest. If using the Makefile CMake backend, you would run this:
$ make tests