Skip to content

CTest: Add --show-as-json option to print test info as json

Justin Goshi requested to merge jgoshi/cmake:ctestPrintTestInfoAsJson into master

This option (used together with -N) will print the test object model. This is useful for IDEs who want to gather information about the tests.

Topic-rename: ctest-show-as-json

Edited by Brad King

Merge request reports