summaryrefslogtreecommitdiffstats
path: root/Help/prop_test
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-10-20 02:56:17 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-20 15:21:40 (GMT)
commit3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (patch)
tree4b5fe988dca122db6de14ad49e159e8cae9b3061 /Help/prop_test
parent7d710abc87a83d96bb3b0f504338c2110d9afa19 (diff)
downloadCMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.zip
CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.gz
CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.bz2
Help: Add more CLI `:option:` references to various pages
Diffstat (limited to 'Help/prop_test')
-rw-r--r--Help/prop_test/FIXTURES_REQUIRED.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/prop_test/FIXTURES_REQUIRED.rst b/Help/prop_test/FIXTURES_REQUIRED.rst
index f850830..7a05601 100644
--- a/Help/prop_test/FIXTURES_REQUIRED.rst
+++ b/Help/prop_test/FIXTURES_REQUIRED.rst
@@ -19,10 +19,11 @@ be executed. The cleanup tests for the fixture will always be executed, even if
some setup tests fail.
When CTest is asked to execute only a subset of tests (e.g. by the use of
-regular expressions or when run with the ``--rerun-failed`` command line
-option), it will automatically add any setup or cleanup tests for fixtures
-required by any of the tests that are in the execution set. This behavior can
-be overridden with the ``-FS``, ``-FC`` and ``-FA`` command line options to
+regular expressions or when run with the :option:`--rerun-failed <ctest --rerun-failed>`
+command line option), it will automatically add any setup or cleanup tests for
+fixtures required by any of the tests that are in the execution set. This
+behavior can be overridden with the :option:`-FS <ctest -FS>`,
+:option:`-FC <ctest -FC>` and :option:`-FA <ctest -FA>` command line options to
:manual:`ctest(1)` if desired.
Since setup and cleanup tasks are also tests, they can have an ordering