2013-10-15 19:17:36 +04:00
|
|
|
ctest_memcheck
|
|
|
|
--------------
|
|
|
|
|
2015-05-07 23:10:20 +03:00
|
|
|
Perform the :ref:`CTest MemCheck Step` as a :ref:`Dashboard Client`.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
::
|
|
|
|
|
2015-05-07 23:10:20 +03: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-06-09 15:50:44 +03:00
|
|
|
[TEST_LOAD <threshold>]
|
2015-05-07 23:10:20 +03:00
|
|
|
[SCHEDULE_RANDOM <ON|OFF>]
|
|
|
|
[STOP_TIME <time-of-day>]
|
|
|
|
[RETURN_VALUE <result-var>]
|
|
|
|
[QUIET]
|
|
|
|
)
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
|
2015-05-07 23:10:20 +03:00
|
|
|
Run tests with a dynamic analysis tool and store results in
|
|
|
|
``MemCheck.xml`` for submission with the :command:`ctest_submit`
|
|
|
|
command.
|
2015-02-18 01:15:00 +03:00
|
|
|
|
2015-05-07 23:10:20 +03:00
|
|
|
The options are the same as those for the :command:`ctest_test` command.
|