|
|
@@ -168,6 +168,8 @@ Run Tests
|
|
|
|
|
|
.. option:: --output-junit <file>
|
|
|
|
|
|
+ .. versionadded:: 3.21
|
|
|
+
|
|
|
Write test results in JUnit format.
|
|
|
|
|
|
This option tells CTest to write test results to ``<file>`` in JUnit XML
|
|
|
@@ -183,6 +185,10 @@ Run Tests
|
|
|
actually run them. Useful in conjunction with the :option:`-R <ctest -R>`
|
|
|
and :option:`-E <ctest -E>` options.
|
|
|
|
|
|
+ .. versionadded:: 3.14
|
|
|
+
|
|
|
+ The ``--show-only`` option accepts a ``<format>`` value.
|
|
|
+
|
|
|
``<format>`` can be one of the following values.
|
|
|
|
|
|
``human``
|
|
|
@@ -1491,6 +1497,8 @@ Configuration settings include:
|
|
|
Show as JSON Object Model
|
|
|
=========================
|
|
|
|
|
|
+.. versionadded:: 3.14
|
|
|
+
|
|
|
When the ``--show-only=json-v1`` command line option is given, the test
|
|
|
information is output in JSON format. Version 1.0 of the JSON object
|
|
|
model is defined as follows:
|