cmake/Help/command/ctest_memcheck.rst

30 lines
934 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ctest_memcheck
--------------
2015-08-17 11:37:30 +02:00
Perform the :ref:`CTest MemCheck Step` as a :ref:`Dashboard Client`.
2014-08-03 19:52:23 +02:00
::
2015-08-17 11:37:30 +02:00
ctest_memcheck([BUILD <build-dir>] [APPEND]
[START <start-number>]
[END <end-number>]
[STRIDE <stride-number>]
[EXCLUDE <exclude-regex>]
[INCLUDE <include-regex>]
[EXCLUDE_LABEL <label-exclude-regex>]
[INCLUDE_LABEL <label-include-regex>]
[PARALLEL_LEVEL <level>]
2015-11-17 17:22:37 +01:00
[TEST_LOAD <threshold>]
2015-08-17 11:37:30 +02:00
[SCHEDULE_RANDOM <ON|OFF>]
[STOP_TIME <time-of-day>]
[RETURN_VALUE <result-var>]
[QUIET]
)
2014-08-03 19:52:23 +02:00
2015-08-17 11:37:30 +02:00
Run tests with a dynamic analysis tool and store results in
``MemCheck.xml`` for submission with the :command:`ctest_submit`
command.
The options are the same as those for the :command:`ctest_test` command.