cmake/Help/command/enable_testing.rst
2014-08-03 19:52:23 +02:00

14 lines
321 B
ReStructuredText

enable_testing
--------------
Enable testing for current directory and below.
::
enable_testing()
Enables testing for this directory and below. See also the add_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.