diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 20:08:04 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 4c1008d739ebbe677a877256f0e3f1e37fe9ffee (patch) | |
tree | cd72f24ad4998bfabb9cf56ccbd133a9d77fb14a /Help/prop_test | |
parent | c401fc5dee64e5a678f74cc745296c902e7a4f88 (diff) | |
download | CMake-4c1008d739ebbe677a877256f0e3f1e37fe9ffee.zip CMake-4c1008d739ebbe677a877256f0e3f1e37fe9ffee.tar.gz CMake-4c1008d739ebbe677a877256f0e3f1e37fe9ffee.tar.bz2 |
Help: Use `:option:` role to reference `ctest` options
Diffstat (limited to 'Help/prop_test')
-rw-r--r-- | Help/prop_test/LABELS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_test/LABELS.rst b/Help/prop_test/LABELS.rst index a06f152..d827adc 100644 --- a/Help/prop_test/LABELS.rst +++ b/Help/prop_test/LABELS.rst @@ -4,7 +4,7 @@ LABELS Specify a list of text labels associated with a test. The labels are reported in both the ``ctest`` output summary and in dashboard submissions. They can also be used to filter the set of tests to be executed (see the -``ctest -L`` and ``ctest -LE`` :ref:`CTest Options`). +:option:`ctest -L` and :option:`ctest -LE` options). See :ref:`Additional Labels` for adding labels to a test dynamically during test execution. |