summaryrefslogtreecommitdiff
path: root/Help/command/ctest_memcheck.rst
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-07-14 15:23:48 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2021-07-14 15:23:48 -0400
commit731cfd45fda72cd0962efe049b252645bc536c68 (patch)
treea88af1b7d47f71eb50b8dea74c6760cc6ca960d9 /Help/command/ctest_memcheck.rst
parentff7a2e37bfff23ce1751a93b3eba179fbf32a9b6 (diff)
downloadcmake-731cfd45fda72cd0962efe049b252645bc536c68.tar.gz
Help/ctest_memcheck: mention `ctest_test` arguments
These are handled internally by inheriting `ctest_test`'s argument bindings. Synchronize the documentation.
Diffstat (limited to 'Help/command/ctest_memcheck.rst')
-rw-r--r--Help/command/ctest_memcheck.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/ctest_memcheck.rst b/Help/command/ctest_memcheck.rst
index f655c2eb2e..8b79077946 100644
--- a/Help/command/ctest_memcheck.rst
+++ b/Help/command/ctest_memcheck.rst
@@ -17,10 +17,15 @@ Perform the :ref:`CTest MemCheck Step` as a :ref:`Dashboard Client`.
[EXCLUDE_FIXTURE_SETUP <regex>]
[EXCLUDE_FIXTURE_CLEANUP <regex>]
[PARALLEL_LEVEL <level>]
+ [RESOURCE_SPEC_FILE <file>]
[TEST_LOAD <threshold>]
[SCHEDULE_RANDOM <ON|OFF>]
+ [STOP_ON_FAILURE]
[STOP_TIME <time-of-day>]
[RETURN_VALUE <result-var>]
+ [CAPTURE_CMAKE_ERROR <result-var>]
+ [REPEAT <mode>:<n>]
+ [OUTPUT_JUNIT <file>]
[DEFECT_COUNT <defect-count-var>]
[QUIET]
)