swagtoy 2a26a5ea38 CMake Refactor (#3093) 2 weeks ago
..
data c9aa1c4c00 Add test for IFileStream 4 years ago
unit 2a26a5ea38 CMake Refactor (#3093) 2 weeks ago
CMakeLists.txt 2a26a5ea38 CMake Refactor (#3093) 2 weeks ago
README.md 2a26a5ea38 CMake Refactor (#3093) 2 weeks ago

README.md

Tests

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

Hierarchy

  • unit/: Unit test files designed to fully test a single specific file in the src folder at the root of the repository. The folder structure and file naming should be identical in both folders.