diff options
author | Brad King <brad.king@kitware.com> | 2015-09-22 14:47:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-22 14:47:05 (GMT) |
commit | fcd9f85660bb0de569a5a5770b98eb7d922fbd6b (patch) | |
tree | 9cda8eb2861fa471270c3a184abf4fefdabfa396 /Help/command | |
parent | da7c8a8dae10a4fd2f33798bc8aec8a3c238b2af (diff) | |
parent | 4da5a22774f3c6b94743951acda3c56b433f0498 (diff) | |
download | CMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.zip CMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.tar.gz CMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.tar.bz2 |
Merge topic 'ctest-variable-docs'
4da5a227 Help: document CTEST_CUSTOM_* variables
70c0cc72 ctest_read_custom_files: mention that ctest does this automatically
71c67e83 CTEST_CUSTOM_*: treat variables as lists
936a95d4 CTestCoverageCollectGCOV: replace tabulators
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_read_custom_files.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/ctest_read_custom_files.rst b/Help/command/ctest_read_custom_files.rst index 0bc57cd..cf8e17a 100644 --- a/Help/command/ctest_read_custom_files.rst +++ b/Help/command/ctest_read_custom_files.rst @@ -9,3 +9,6 @@ read CTestCustom files. Read all the CTestCustom.ctest or CTestCustom.cmake files from the given directory. + +By default, invoking :manual:`ctest(1)` without a script will read custom +files from the binary directory. |