diff options
author | Brad King <brad.king@kitware.com> | 2021-11-15 14:24:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-11-15 14:24:42 (GMT) |
commit | 39624cc9119c9438966d3fabe9dfef65982ce359 (patch) | |
tree | 345ef3fbaeec20b8102d3dc539dabbc5f9a6fb69 /Help/manual | |
parent | acc3d6bbf102f43c6862906bb1991891fd983e10 (diff) | |
parent | 250acbb09962623565457a85de27d480565e59d3 (diff) | |
download | CMake-39624cc9119c9438966d3fabe9dfef65982ce359.zip CMake-39624cc9119c9438966d3fabe9dfef65982ce359.tar.gz CMake-39624cc9119c9438966d3fabe9dfef65982ce359.tar.bz2 |
Merge topic 'doc-tests-labels-dynamic'
250acbb099 Help: Improve cross-referencing of test LABELS and related features
a77bdefa3e Help: Add missing version details for Additional Test Measurements
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6726
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 52e8009..1e7b077 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -464,6 +464,10 @@ CTest prints timing summary information for each ``LABEL`` and subproject associated with the tests run. The label time summary will not include labels that are mapped to subprojects. +.. versionadded:: 3.22 + Labels added dynamically during test execution are also reported in the + timing summary. See :ref:`Additional Labels`. + When the :prop_test:`PROCESSORS` test property is set, CTest will display a weighted test timing result in label and subproject summaries. The time is reported with `sec*proc` instead of just `sec`. |