summaryrefslogtreecommitdiff
path: root/Help/command
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2015-09-17 10:52:54 -0400
committerBrad King <brad.king@kitware.com>2015-09-21 09:27:54 -0400
commit70c0cc72f085b4252e8b3578cdf1624b36c4e2c8 (patch)
treecd354b4c75a0ef4937837a7cfd489944f937e7d2 /Help/command
parent71c67e83bfe65f449b69b610b5be71164e5eee64 (diff)
downloadcmake-70c0cc72f085b4252e8b3578cdf1624b36c4e2c8.tar.gz
ctest_read_custom_files: mention that ctest does this automatically
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_read_custom_files.rst3
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 0bc57cd935..cf8e17a9cb 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.