You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
332 B
14 lines
332 B
enable_testing
|
|
--------------
|
|
|
|
Enable testing for current directory and below.
|
|
|
|
::
|
|
|
|
enable_testing()
|
|
|
|
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.
|