mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user