mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
ctest_memcheck: add support for standalone LeakSanitizer
This commit is contained in:
@@ -4,5 +4,5 @@ CTEST_MEMORYCHECK_TYPE
|
||||
Specify the CTest ``MemoryCheckType`` setting
|
||||
in a :manual:`ctest(1)` dashboard client script.
|
||||
Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, and
|
||||
``ThreadSanitizer``, ``AddressSanitizer``, ``MemorySanitizer``, and
|
||||
``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``, ``MemorySanitizer``, and
|
||||
``UndefinedBehaviorSanitizer``.
|
||||
|
||||
Reference in New Issue
Block a user