From 731cfd45fda72cd0962efe049b252645bc536c68 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 14 Jul 2021 15:23:48 -0400 Subject: Help/ctest_memcheck: mention `ctest_test` arguments These are handled internally by inheriting `ctest_test`'s argument bindings. Synchronize the documentation. --- Help/command/ctest_memcheck.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ] [EXCLUDE_FIXTURE_CLEANUP ] [PARALLEL_LEVEL ] + [RESOURCE_SPEC_FILE ] [TEST_LOAD ] [SCHEDULE_RANDOM ] + [STOP_ON_FAILURE] [STOP_TIME ] [RETURN_VALUE ] + [CAPTURE_CMAKE_ERROR ] + [REPEAT :] + [OUTPUT_JUNIT ] [DEFECT_COUNT ] [QUIET] ) -- cgit v0.12 From 85e740312f076404045e8a411578349549b3462f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 14 Jul 2021 16:25:36 -0400 Subject: Help/ctest_test: add a comment to also update `ctest_memcheck` Since these commands share a common argument parser, the documentation should be kept synchronized. --- Help/command/ctest_test.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 2153c90..2104c47 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. -- cgit v0.12