summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-22 14:47:05 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-22 14:47:05 (GMT)
commitfcd9f85660bb0de569a5a5770b98eb7d922fbd6b (patch)
tree9cda8eb2861fa471270c3a184abf4fefdabfa396 /Tests
parentda7c8a8dae10a4fd2f33798bc8aec8a3c238b2af (diff)
parent4da5a22774f3c6b94743951acda3c56b433f0498 (diff)
downloadCMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.zip
CMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.tar.gz
CMake-fcd9f85660bb0de569a5a5770b98eb7d922fbd6b.tar.bz2
Merge topic 'ctest-variable-docs'
4da5a227 Help: document CTEST_CUSTOM_* variables 70c0cc72 ctest_read_custom_files: mention that ctest does this automatically 71c67e83 CTEST_CUSTOM_*: treat variables as lists 936a95d4 CTestCoverageCollectGCOV: replace tabulators
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CTestCoverageCollectGCOV/test.cmake.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/CTestCoverageCollectGCOV/test.cmake.in b/Tests/CTestCoverageCollectGCOV/test.cmake.in
index 29f7e7f..b2e6d6d 100644
--- a/Tests/CTestCoverageCollectGCOV/test.cmake.in
+++ b/Tests/CTestCoverageCollectGCOV/test.cmake.in
@@ -12,9 +12,9 @@ ctest_build()
ctest_test()
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
- "/foo/something"
- "/3rdparty/"
- "/bar/somethingelse"
+ "/foo/something"
+ "/3rdparty/"
+ "/bar/somethingelse"
)
include(CTestCoverageCollectGCOV)