|
3 周之前 | |
---|---|---|
.. | ||
data | 4 年之前 | |
unit | 3 周之前 | |
CMakeLists.txt | 3 周之前 | |
README.md | 3 周之前 |
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