ctest: update documentation for CTEST_MEMORYCHECK_TYPE

The AddressSanitizer value was not documented.

Also fix some typos.
This commit is contained in:
Ben Boeckel
2014-10-03 13:42:43 -04:00
parent 99d34f46fa
commit 0b9ffffcd4
3 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
CTEST_MEMORYCHECK_TYPE
-------------------------
----------------------
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
Valid values are Valgrind, Purify, BoundsChecker, and ThreadSanitizer.
Valid values are Valgrind, Purify, BoundsChecker, and ThreadSanitizer,
and AddressSanitizer.