CTest: Rename CudaMemcheck to CudaSanitizer

This commit is contained in:
Tobias Ribizel
2020-11-17 21:06:30 +01:00
parent c9764c902d
commit fea49b2df0
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, ``DrMemory``,
``CudaMemcheck``, ``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``,
``CudaSanitizer``, ``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``,
``MemorySanitizer`` and ``UndefinedBehaviorSanitizer``.