From 676befdf524a6eaa234103c670b9c7017726b8ac Mon Sep 17 00:00:00 2001 From: Dietmar Scheidl Date: Tue, 19 Nov 2019 11:44:16 +0100 Subject: ctest: add support for memcheck using Dr. Memory Fixes: #19788 --- Modules/DartConfiguration.tcl.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Modules/DartConfiguration.tcl.in') diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index e4513b363d..086ba07438 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@ -- cgit v1.2.1