Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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"
Last modified 8 years ago Last modified on Mar 19, 2016, 3:07:25 PM