diff options
author | Dietmar Scheidl <dietmar.scheidl@dynatrace.com> | 2019-11-19 10:44:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-12-10 19:42:30 (GMT) |
commit | 676befdf524a6eaa234103c670b9c7017726b8ac (patch) | |
tree | 15223a46ba9ca78ad8939809990285f405a45840 /Help/manual/ctest.1.rst | |
parent | 2db0a65f56f66454d36a35a74fde27c0833c956f (diff) | |
download | CMake-676befdf524a6eaa234103c670b9c7017726b8ac.zip CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.gz CMake-676befdf524a6eaa234103c670b9c7017726b8ac.tar.bz2 |
ctest: add support for memcheck using Dr. Memory
Fixes: #19788
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 17bddb6..25cb639 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1113,6 +1113,20 @@ Additional configuration settings include: * `CTest Script`_ variable: none * :module:`CTest` module variable: ``VALGRIND_COMMAND_OPTIONS`` +``DrMemoryCommand`` + Specify a ``MemoryCheckCommand`` that is known to be a command-line + compatible with DrMemory. + + * `CTest Script`_ variable: none + * :module:`CTest` module variable: ``DRMEMORY_COMMAND`` + +``DrMemoryCommandOptions`` + Specify command-line options to the ``DrMemoryCommand`` tool. + They will be placed prior to the test command line. + + * `CTest Script`_ variable: none + * :module:`CTest` module variable: ``DRMEMORY_COMMAND_OPTIONS`` + .. _`CTest Submit Step`: CTest Submit Step |