diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-11-13 09:44:05 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-11-13 09:44:05 (GMT) |
commit | a77bdefa3e966fce5eac0a2a9f44b79207937304 (patch) | |
tree | 89e140fa0326182038825f0dc18181a7d27e2fcd /Help/command/ctest_test.rst | |
parent | fed67fa40d7b6e34ee7c8565694bd54af61aed73 (diff) | |
download | CMake-a77bdefa3e966fce5eac0a2a9f44b79207937304.zip CMake-a77bdefa3e966fce5eac0a2a9f44b79207937304.tar.gz CMake-a77bdefa3e966fce5eac0a2a9f44b79207937304.tar.bz2 |
Help: Add missing version details for Additional Test Measurements
Diffstat (limited to 'Help/command/ctest_test.rst')
-rw-r--r-- | Help/command/ctest_test.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 4e5484f..2ed890a 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -190,9 +190,10 @@ Check the `CDash test measurement documentation <https://github.com/Kitware/CDash/blob/master/docs/test_measurements.md>`_ for more information on the types of test measurements that CDash recognizes. -Starting in version 3.22, CTest can parse custom measurements from tags named -``<CTestMeasurement>`` or ``<CTestMeasurementFile>``. The older names -``<DartMeasurement>`` and ``<DartMeasurementFile>`` are still supported. +.. versionadded: 3.22 + CTest can parse custom measurements from tags named + ``<CTestMeasurement>`` or ``<CTestMeasurementFile>``. The older names + ``<DartMeasurement>`` and ``<DartMeasurementFile>`` are still supported. The following example demonstrates how to output a variety of custom test measurements. @@ -256,6 +257,8 @@ separate from the interactive comparison UI. Attached Files """""""""""""" +.. versionadded:: 3.21 + The following example demonstrates how to upload non-image files to CDash. .. code-block:: c++ @@ -273,6 +276,8 @@ properties instead. Custom Details """""""""""""" +.. versionadded:: 3.21 + The following example demonstrates how to specify a custom value for the ``Test Details`` field displayed on CDash. @@ -284,6 +289,8 @@ The following example demonstrates how to specify a custom value for the Additional Labels """"""""""""""""" +.. versionadded:: 3.22 + The following example demonstrates how to add additional labels to a test at runtime. |