summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-19 16:46:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-07-19 16:46:14 (GMT)
commit1f1f952e46261d80e97a19474561e02c635f9a50 (patch)
treee60446d15e7452f45d779d96a415eb6ff17f6af3
parentf4b97b43a443951f3d408f079f19ada108fd46bd (diff)
parent85e740312f076404045e8a411578349549b3462f (diff)
downloadCMake-1f1f952e46261d80e97a19474561e02c635f9a50.zip
CMake-1f1f952e46261d80e97a19474561e02c635f9a50.tar.gz
CMake-1f1f952e46261d80e97a19474561e02c635f9a50.tar.bz2
Merge topic 'Help-ctest_memcheck-shared-args'
85e740312f Help/ctest_test: add a comment to also update `ctest_memcheck` 731cfd45fd Help/ctest_memcheck: mention `ctest_test` arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6351
-rw-r--r--Help/command/ctest_memcheck.rst5
-rw-r--r--Help/command/ctest_test.rst4
2 files changed, 9 insertions, 0 deletions
diff --git a/Help/command/ctest_memcheck.rst b/Help/command/ctest_memcheck.rst
index f655c2e..8b79077 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]
)
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index ede0c97..9c4df22 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -29,6 +29,10 @@ Perform the :ref:`CTest Test Step` as a :ref:`Dashboard Client`.
[QUIET]
)
+..
+ _note: If updating the argument list here, please also update the argument
+ list documentation for :command:`ctest_memcheck` as well.
+
Run tests in the project build tree and store results in
``Test.xml`` for submission with the :command:`ctest_submit` command.