summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ctest-show-only-json-v1.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.14 release notesBrad King2019-02-061-6/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-0/+6
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.