summaryrefslogtreecommitdiffstats
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorTobias Ribizel <ribizel@kit.edu>2020-11-05 14:39:53 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-05 15:04:44 (GMT)
commitfb98883e2b06a5c477cc27c00bd8196590eb6fa9 (patch)
tree62bad1b2424e9fa4d6e176cd27b607d4c872ba0c /Modules/DartConfiguration.tcl.in
parent39f32f12100a7f06f52cd53875b2a5729e9404a6 (diff)
downloadCMake-fb98883e2b06a5c477cc27c00bd8196590eb6fa9.zip
CMake-fb98883e2b06a5c477cc27c00bd8196590eb6fa9.tar.gz
CMake-fb98883e2b06a5c477cc27c00bd8196590eb6fa9.tar.bz2
CTest: Add cuda-memcheck to Dart and CTest module
Issue: #21388
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 086ba07..d318c26 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -71,6 +71,8 @@ ValgrindCommand: @VALGRIND_COMMAND@
ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
DrMemoryCommand: @DRMEMORY_COMMAND@
DrMemoryCommandOptions: @DRMEMORY_COMMAND_OPTIONS@
+CudaMemcheckCommand: @CUDA_MEMCHECK_COMMAND@
+CudaMemcheckCommandOptions: @CUDA_MEMCHECK_COMMAND_OPTIONS@
MemoryCheckType: @MEMORYCHECK_TYPE@
MemoryCheckSanitizerOptions: @MEMORYCHECK_SANITIZER_OPTIONS@
MemoryCheckCommand: @MEMORYCHECK_COMMAND@