summaryrefslogtreecommitdiff
path: root/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-09-22 10:15:10 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-09-22 10:15:10 +0900
commite7561cf69230b39af2296ba285f4489fd1f7917b (patch)
tree5cf229536b612045bcd2e42252030e6d930690a9 /Help/variable/CTEST_MEMORYCHECK_TYPE.rst
parent317dbdb79761ef65e45c7358cfc7571c6afa54ad (diff)
downloadcmake-e7561cf69230b39af2296ba285f4489fd1f7917b.tar.gz
cmake-e7561cf69230b39af2296ba285f4489fd1f7917b.tar.bz2
cmake-e7561cf69230b39af2296ba285f4489fd1f7917b.zip
Imported Upstream version 3.5.1
Diffstat (limited to 'Help/variable/CTEST_MEMORYCHECK_TYPE.rst')
-rw-r--r--Help/variable/CTEST_MEMORYCHECK_TYPE.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
new file mode 100644
index 000000000..b96329354
--- /dev/null
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -0,0 +1,8 @@
+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
+``UndefinedBehaviorSanitizer``.