summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-07-14 20:25:36 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-19 16:45:17 (GMT)
commit85e740312f076404045e8a411578349549b3462f (patch)
tree8e8852469e22f9d1f57ac87b872f24a1523147f5 /Help/command
parent731cfd45fda72cd0962efe049b252645bc536c68 (diff)
downloadCMake-85e740312f076404045e8a411578349549b3462f.zip
CMake-85e740312f076404045e8a411578349549b3462f.tar.gz
CMake-85e740312f076404045e8a411578349549b3462f.tar.bz2
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.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_test.rst4
1 files changed, 4 insertions, 0 deletions
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.