summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-07 18:45:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-10-07 18:45:26 (GMT)
commitfa56eb56b979214233da3937b7e0d5789d4c9cf6 (patch)
treec2cc9f109f1fa0d28001ef713a55445da140ef1b /Modules
parent36c7f6620687752a2143f69688b0df3c9f7217f7 (diff)
parentf25e431d6efc2f03b49e15c831df9ee17594eea2 (diff)
downloadCMake-fa56eb56b979214233da3937b7e0d5789d4c9cf6.zip
CMake-fa56eb56b979214233da3937b7e0d5789d4c9cf6.tar.gz
CMake-fa56eb56b979214233da3937b7e0d5789d4c9cf6.tar.bz2
Merge topic 'ctest-memcheck-sanitizers'
f25e431d tests: set sanitizer options properly f0661bf3 tests: fix copy/paste from tsan -> asan comments ca9cc25c ctest: add support for additional sanitizer options 0b9ffffc ctest: update documentation for CTEST_MEMORYCHECK_TYPE
Diffstat (limited to 'Modules')
-rw-r--r--Modules/DartConfiguration.tcl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 86049d0..37a0a40 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -75,6 +75,7 @@ PurifyCommand: @PURIFYCOMMAND@
ValgrindCommand: @VALGRIND_COMMAND@
ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
MemoryCheckType: @MEMORYCHECK_TYPE@
+MemoryCheckSanitizerOptions: @MEMORYCHECK_SANITIZER_OPTIONS@
MemoryCheckCommand: @MEMORYCHECK_COMMAND@
MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@