Browse Source

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.
Ben Boeckel 4 years ago
parent
commit
85e740312f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Help/command/ctest_test.rst

+ 4 - 0
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.