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:
Zach Mullen
2010-08-31 10:41:23 -04:00
parent aac1680648
commit 32242affea
7 changed files with 68 additions and 3 deletions

View File

@@ -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)