diff options
author | Brad King <brad.king@kitware.com> | 2019-12-12 16:54:46 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-12-12 16:54:54 (GMT) |
commit | 0e0571599fee709e3c353c521b617a0df149a672 (patch) | |
tree | 3d1045e213e9a85921364d3dac04bf338dcb8fa0 /Help/manual | |
parent | 81f5fe8463cd96a782793c99440d626722eed793 (diff) | |
parent | 676befdf524a6eaa234103c670b9c7017726b8ac (diff) | |
download | CMake-0e0571599fee709e3c353c521b617a0df149a672.zip CMake-0e0571599fee709e3c353c521b617a0df149a672.tar.gz CMake-0e0571599fee709e3c353c521b617a0df149a672.tar.bz2 |
Merge topic 'ctest-drmemory-support'
676befdf52 ctest: add support for memcheck using Dr. Memory
2db0a65f56 cmCTestMemCheckHandler.cxx: minor refactoring
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4119
Diffstat (limited to 'Help/manual')
-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 |