mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
14 lines
321 B
ReStructuredText
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.
|