summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorDietmar Scheidl <dietmar.scheidl@dynatrace.com>2019-11-19 10:44:16 (GMT)
committerBrad King <brad.king@kitware.com>2019-12-10 19:42:30 (GMT)
commit676befdf524a6eaa234103c670b9c7017726b8ac (patch)
tree15223a46ba9ca78ad8939809990285f405a45840 /Help/variable
parent2db0a65f56f66454d36a35a74fde27c0833c956f (diff)
downloadCMake-676befdf524a6eaa234103c670b9c7017726b8ac.zip
CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.gz
CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.bz2
ctest: add support for memcheck using Dr. Memory
Fixes: #19788
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CTEST_MEMORYCHECK_TYPE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
index b8b4c30..4e7d5c0 100644
--- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -3,6 +3,6 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
-Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, and
+Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory`` and
``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``, ``MemorySanitizer``, and
``UndefinedBehaviorSanitizer``.