Version 2 (modified by landauf, 9 years ago) (diff) |
---|
Tool: CTest
General
CTest is part of CMake and used to build and run tests in Orxonox.
Usage in Orxonox
Run tests:
make test
Run tests and print output if some tests fail:
make test ARGS="--output-on-failure"
Run only certain tests, e.g. "core_test"
make test ARGS="-R core_test"