diff options
author | Dietmar Scheidl <dietmar.scheidl@dynatrace.com> | 2019-11-19 10:44:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-12-10 19:42:30 (GMT) |
commit | 676befdf524a6eaa234103c670b9c7017726b8ac (patch) | |
tree | 15223a46ba9ca78ad8939809990285f405a45840 /Modules/DartConfiguration.tcl.in | |
parent | 2db0a65f56f66454d36a35a74fde27c0833c956f (diff) | |
download | CMake-676befdf524a6eaa234103c670b9c7017726b8ac.zip CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.gz CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.bz2 |
ctest: add support for memcheck using Dr. Memory
Fixes: #19788
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index e4513b3..086ba07 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -69,6 +69,8 @@ CompilerVersion: @CMAKE_CXX_COMPILER_VERSION@ PurifyCommand: @PURIFYCOMMAND@ ValgrindCommand: @VALGRIND_COMMAND@ ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@ +DrMemoryCommand: @DRMEMORY_COMMAND@ +DrMemoryCommandOptions: @DRMEMORY_COMMAND_OPTIONS@ MemoryCheckType: @MEMORYCHECK_TYPE@ MemoryCheckSanitizerOptions: @MEMORYCHECK_SANITIZER_OPTIONS@ MemoryCheckCommand: @MEMORYCHECK_COMMAND@ |