ctest: add support for memcheck using Dr. Memory

Fixes: #19788
This commit is contained in:
Dietmar Scheidl
2019-11-19 11:44:16 +01:00
committed by Brad King
parent 2db0a65f56
commit 676befdf52
7 changed files with 200 additions and 2 deletions
+1 -1
View File
@@ -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``.