ctest_read_custom_files: mention that ctest does this automatically

This commit is contained in:
Ben Boeckel 2015-09-17 10:52:54 -04:00 committed by Brad King
parent 71c67e83bf
commit 70c0cc72f0
1 changed files with 3 additions and 0 deletions

View File

@ -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.