diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-03 17:45:07 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-03 17:45:07 (GMT) |
commit | ca9cc25ce8c6f74998fd9f30d36449814c170ea5 (patch) | |
tree | a2b4ced445d53478efb84cab043b9325e25d7bc6 /Help/manual/ctest.1.rst | |
parent | 0b9ffffcd437c3538ff5aa1858d743a289b06129 (diff) | |
download | CMake-ca9cc25ce8c6f74998fd9f30d36449814c170ea5.zip CMake-ca9cc25ce8c6f74998fd9f30d36449814c170ea5.tar.gz CMake-ca9cc25ce8c6f74998fd9f30d36449814c170ea5.tar.bz2 |
ctest: add support for additional sanitizer options
Sanitizers receive options through their environment variable; support
user-specified options here.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 9b783ba..f7681d6 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -830,6 +830,12 @@ Configuration settings include: * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_TYPE` * :module:`CTest` module variable: ``MEMORYCHECK_TYPE`` +``MemoryCheckSanitizerOptions`` + Specify options to sanitizers when running with a sanitize-enabled build. + + * `CTest Script`_ variable: :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` + * :module:`CTest` module variable: ``MEMORYCHECK_SANITIZER_OPTIONS`` + ``MemoryCheckSuppressionFile`` Specify a file containing suppression rules for the ``MemoryCheckCommand`` tool. It will be passed with options |