diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-09-17 14:52:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-21 13:27:54 (GMT) |
commit | 70c0cc72f085b4252e8b3578cdf1624b36c4e2c8 (patch) | |
tree | cd354b4c75a0ef4937837a7cfd489944f937e7d2 /Help/command | |
parent | 71c67e83bfe65f449b69b610b5be71164e5eee64 (diff) | |
download | CMake-70c0cc72f085b4252e8b3578cdf1624b36c4e2c8.zip CMake-70c0cc72f085b4252e8b3578cdf1624b36c4e2c8.tar.gz CMake-70c0cc72f085b4252e8b3578cdf1624b36c4e2c8.tar.bz2 |
ctest_read_custom_files: mention that ctest does this automatically
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. |