summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/LABELS.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-11-13 09:45:05 (GMT)
committerCraig Scott <craig.scott@crascit.com>2021-11-13 09:45:05 (GMT)
commit250acbb09962623565457a85de27d480565e59d3 (patch)
treee2db440d1f6bf3be12efc7f9a9da1a96d2201b5c /Help/prop_test/LABELS.rst
parenta77bdefa3e966fce5eac0a2a9f44b79207937304 (diff)
downloadCMake-250acbb09962623565457a85de27d480565e59d3.zip
CMake-250acbb09962623565457a85de27d480565e59d3.tar.gz
CMake-250acbb09962623565457a85de27d480565e59d3.tar.bz2
Help: Improve cross-referencing of test LABELS and related features
Diffstat (limited to 'Help/prop_test/LABELS.rst')
-rw-r--r--Help/prop_test/LABELS.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/Help/prop_test/LABELS.rst b/Help/prop_test/LABELS.rst
index 8d75570..a06f152 100644
--- a/Help/prop_test/LABELS.rst
+++ b/Help/prop_test/LABELS.rst
@@ -1,6 +1,10 @@
LABELS
------
-Specify a list of text labels associated with a test.
+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`).
-The list is reported in dashboard submissions.
+See :ref:`Additional Labels` for adding labels to a test dynamically during
+test execution.