summaryrefslogtreecommitdiff
path: root/Help/command/ctest_read_custom_files.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/ctest_read_custom_files.rst')
-rw-r--r--Help/command/ctest_read_custom_files.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/command/ctest_read_custom_files.rst b/Help/command/ctest_read_custom_files.rst
new file mode 100644
index 000000000..cf8e17a9c
--- /dev/null
+++ b/Help/command/ctest_read_custom_files.rst
@@ -0,0 +1,14 @@
+ctest_read_custom_files
+-----------------------
+
+read CTestCustom files.
+
+::
+
+ ctest_read_custom_files( directory ... )
+
+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.