enable_testing — CMake 3.4.3 Documentation (original) (raw)
Enable testing for current directory and below.
enable_testing()
Enables testing for this directory and below. See also theadd_test() command. Note that ctest expects to find a test file in the build directory root. Therefore, this command should be in the source directory root.