2013-10-15 11:17:36 -04:00
|
|
|
enable_testing
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Enable testing for current directory and below.
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
enable_testing()
|
|
|
|
|
2015-06-04 22:51:22 +01:00
|
|
|
Enables testing for this directory and below. See also the
|
|
|
|
:command:`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.
|