From 70c0cc72f085b4252e8b3578cdf1624b36c4e2c8 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 17 Sep 2015 10:52:54 -0400 Subject: [PATCH] ctest_read_custom_files: mention that ctest does this automatically --- Help/command/ctest_read_custom_files.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Help/command/ctest_read_custom_files.rst b/Help/command/ctest_read_custom_files.rst index 0bc57cd93..cf8e17a9c 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.