mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Parse test output for <CTestLabel>...</CTestLabel>. If found, add this value to the list of labels associated with this test.
8 lines
316 B
ReStructuredText
8 lines
316 B
ReStructuredText
ctest-runtime-labels
|
|
--------------------
|
|
|
|
* :manual:`ctest(1)` learned to recognize labels attached to a test at run time.
|
|
Previously it was only possible to attach labels to tests at configure time
|
|
by using the :prop_test:`LABELS` test property.
|
|
See :ref:`Additional Test Measurements` for more information.
|