summaryrefslogtreecommitdiffstats
path: root/Help/prop_dir
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-13 11:46:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-07-13 11:46:47 (GMT)
commit0f158272d6ad0f681495482530b37d307676a157 (patch)
treea84fe0133cf3a5f508bd07cb8a5a5f455ecc859e /Help/prop_dir
parentf5be951117711a3965db0f9cd59a2913efacece7 (diff)
parent117033c1d97456833e49336f6f3ebda5de3a5cbd (diff)
downloadCMake-0f158272d6ad0f681495482530b37d307676a157.zip
CMake-0f158272d6ad0f681495482530b37d307676a157.tar.gz
CMake-0f158272d6ad0f681495482530b37d307676a157.tar.bz2
Merge topic 'test_include_files'
117033c1 Add TEST_INCLUDE_DIR[S] unit test ed5bde30 Add TEST_INCLUDE_FILES Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1031
Diffstat (limited to 'Help/prop_dir')
-rw-r--r--Help/prop_dir/TEST_INCLUDE_FILE.rst4
-rw-r--r--Help/prop_dir/TEST_INCLUDE_FILES.rst7
2 files changed, 10 insertions, 1 deletions
diff --git a/Help/prop_dir/TEST_INCLUDE_FILE.rst b/Help/prop_dir/TEST_INCLUDE_FILE.rst
index e477951..31b2382 100644
--- a/Help/prop_dir/TEST_INCLUDE_FILE.rst
+++ b/Help/prop_dir/TEST_INCLUDE_FILE.rst
@@ -1,7 +1,9 @@
TEST_INCLUDE_FILE
-----------------
+Deprecated. Use :prop_dir:`TEST_INCLUDE_FILES` instead.
+
A cmake file that will be included when ctest is run.
-If you specify TEST_INCLUDE_FILE, that file will be included and
+If you specify ``TEST_INCLUDE_FILE``, that file will be included and
processed when ctest is run on the directory.
diff --git a/Help/prop_dir/TEST_INCLUDE_FILES.rst b/Help/prop_dir/TEST_INCLUDE_FILES.rst
new file mode 100644
index 0000000..c3e4602
--- /dev/null
+++ b/Help/prop_dir/TEST_INCLUDE_FILES.rst
@@ -0,0 +1,7 @@
+TEST_INCLUDE_FILES
+------------------
+
+A list of cmake files that will be included when ctest is run.
+
+If you specify ``TEST_INCLUDE_FILES``, those files will be included and
+processed when ctest is run on the directory.