mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Added CTest command --print-labels
This command allows a user to quickly see the list of all available test labels. The labels are also printed in verbose show only mode, alongside their corresponding tests.
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
void SetParallelLevel(size_t);
|
||||
virtual void RunTests();
|
||||
void PrintTestList();
|
||||
void PrintLabels();
|
||||
|
||||
void SetPassFailVectors(std::vector<cmStdString>* passed,
|
||||
std::vector<cmStdString>* failed)
|
||||
|
||||
Reference in New Issue
Block a user