CTest

ctest(1)

Synopsis

ctest [<options>]

Description

The “ctest” executable is the CMake test driver program. CMake-generated build trees created for projects that use the ENABLE_TESTING and ADD_TEST commands have testing support. This program will run the tests and report results.

Options

-C <cfg>, --build-config <cfg>

Choose configuration to test.

Some CMake-generated build trees can have multiple build configurations in the same tree. This option can be used to specify which one should be tested. Example configurations are “Debug” and “Release”.

-V,--verbose

Enable verbose output from tests.

Test output is normally suppressed and only summary information is displayed. Thi