summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2017-07-07 15:20:08 (GMT)
committerMatthew Woehlke <matthew.woehlke@kitware.com>2017-07-12 17:28:21 (GMT)
commited5bde30f70a7da8cc95e600195b58e0d936e38d (patch)
treee26fc9248bfb7e8f39ce13ee61d0cd21dc8e77c8 /Help/release
parente40e8f5c4216ac1e176342887d1af95965528344 (diff)
downloadCMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.zip
CMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.tar.gz
CMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.tar.bz2
Add TEST_INCLUDE_FILES
Add new directory property TEST_INCLUDE_FILES. This supersedes TEST_INCLUDE_FILE, though the latter is of course retained for compatibility. Basically, this is a list rather than a single file. This allows the feature to be used by generic utilities without conflicting with local use.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/test_include_files.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/test_include_files.rst b/Help/release/dev/test_include_files.rst
new file mode 100644
index 0000000..b75dd0d
--- /dev/null
+++ b/Help/release/dev/test_include_files.rst
@@ -0,0 +1,7 @@
+test_include_files
+------------------
+
+* A :prop_dir:`TEST_INCLUDE_FILES` directory property was added to
+ list any number of files to be included when running tests with
+ :manual:`ctest(1)`. This generalizes the :prop_dir:`TEST_INCLUDE_FILE`
+ property.