summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2018-10-18 18:34:37 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 12:37:32 (GMT)
commitfc41a95f0803abb2b5daa4f0eb21cf38c625bd26 (patch)
treebcb027bb2f3a2bfe453b78b7a82a2c2c420fc833 /Source/CTest/cmCTestMultiProcessHandler.h
parent7b81d8c21e0a0d8756f0afdc0530c2d06ee3bcd4 (diff)
downloadCMake-fc41a95f0803abb2b5daa4f0eb21cf38c625bd26.zip
CMake-fc41a95f0803abb2b5daa4f0eb21cf38c625bd26.tar.gz
CMake-fc41a95f0803abb2b5daa4f0eb21cf38c625bd26.tar.bz2
CTest: Add --show-only[=format] option to print test info
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.
Diffstat (limited to 'Source/CTest/cmCTestMultiProcessHandler.h')
-rw-r--r--Source/CTest/cmCTestMultiProcessHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.h b/Source/CTest/cmCTestMultiProcessHandler.h
index 3927a8a..93bb880 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.h
+++ b/Source/CTest/cmCTestMultiProcessHandler.h
@@ -51,6 +51,7 @@ public:
void SetParallelLevel(size_t);
void SetTestLoad(unsigned long load);
virtual void RunTests();
+ void PrintOutputAsJson();
void PrintTestList();
void PrintLabels();