mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
format can be 'human' to print the current text format or 'json-v1' to print the test object model in json format and is useful for IDEs who want to gather information about the tests. Defaults to 'human' format.
7 lines
239 B
ReStructuredText
7 lines
239 B
ReStructuredText
ctest-show-only-json-v1
|
|
-----------------------
|
|
|
|
* :manual:`ctest(1)` gained a ``--show-only=json-v1`` option to show the
|
|
list of tests in a machine-readable JSON format.
|
|
See the :ref:`Show as JSON Object Model` section of the manual.
|