Skip to content

ProgrammingGuide Tests

oguyon edited this page Feb 21, 2023 · 1 revision

Code Test


milk and cacao use ctest to manage software tests.

To run the tests:

# Run tests (from build directory)
#
make test

Tests are added in the TEST section of each CMakeLists.txt file.