diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-03 17:42:43 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-03 17:43:44 (GMT) |
commit | 0b9ffffcd437c3538ff5aa1858d743a289b06129 (patch) | |
tree | 550b3d9321462981d701229932652bb893a4cb39 /Help/variable | |
parent | 99d34f46fa394a9daabb7ca959e1540ae3a41ef2 (diff) | |
download | CMake-0b9ffffcd437c3538ff5aa1858d743a289b06129.zip CMake-0b9ffffcd437c3538ff5aa1858d743a289b06129.tar.gz CMake-0b9ffffcd437c3538ff5aa1858d743a289b06129.tar.bz2 |
ctest: update documentation for CTEST_MEMORYCHECK_TYPE
The AddressSanitizer value was not documented.
Also fix some typos.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_MEMORYCHECK_TYPE.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst index f7875da..e8d5461 100644 --- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst +++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst @@ -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. |