mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
c3f40f4fd9
Use inline reStructuredText markup and add cross-references in more places.
14 lines
332 B
ReStructuredText
14 lines
332 B
ReStructuredText
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.
|