summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorTobias Ribizel <ribizel@kit.edu>2020-11-05 14:43:57 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-05 15:05:01 (GMT)
commite620bb7293282d11291ca7969ee3c867f12b2264 (patch)
treeda005186804f7f70b7bb441eb3030856670253d3 /Help/variable
parentfb98883e2b06a5c477cc27c00bd8196590eb6fa9 (diff)
downloadCMake-e620bb7293282d11291ca7969ee3c867f12b2264.zip
CMake-e620bb7293282d11291ca7969ee3c867f12b2264.tar.gz
CMake-e620bb7293282d11291ca7969ee3c867f12b2264.tar.bz2
Help: Add cuda-memcheck to CTest documentation
Issue: #21388
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CTEST_MEMORYCHECK_TYPE.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
index 2452228..5204389 100644
--- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -5,6 +5,6 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
-Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory`` and
-``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``, ``MemorySanitizer``, and
-``UndefinedBehaviorSanitizer``.
+Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory``,
+``CudaMemcheck``, ``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``,
+``MemorySanitizer`` and ``UndefinedBehaviorSanitizer``.