https://github.com/Kitware/CMake
Raw File
Tip revision: 7d3b4868d0306d4fcc430349241b5b78f76d543c authored by Brad King on 14 September 2023, 17:13:14 UTC
CMake 3.27.5
Tip revision: 7d3b486
LABELS.rst
LABELS
------

Specify a list of text labels associated with a test.  The labels are
reported in both the :program:`ctest` output summary and in dashboard submissions.
They can also be used to filter the set of tests to be executed (see the
:option:`ctest -L` and :option:`ctest -LE` options).

See :ref:`Additional Labels` for adding labels to a test dynamically during
test execution.
back to top