summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-08-18 17:34:05 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-08-18 17:34:05 (GMT)
commit3c34d0440c8c83124d991850535e69af6ccc684e (patch)
tree09c669330025d49b2bd1d3ad7132f470316ebb6f /Source/CTest/cmCTestTestHandler.h
parent154a35c7bc9c11348ac20d35d9f7852f5f354b27 (diff)
downloadCMake-3c34d0440c8c83124d991850535e69af6ccc684e.zip
CMake-3c34d0440c8c83124d991850535e69af6ccc684e.tar.gz
CMake-3c34d0440c8c83124d991850535e69af6ccc684e.tar.bz2
If labels are found on the tests, then print a time summary for all the tests run with each label.
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.h')
-rw-r--r--Source/CTest/cmCTestTestHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h
index e5ee5dc..b0188e1 100644
--- a/Source/CTest/cmCTestTestHandler.h
+++ b/Source/CTest/cmCTestTestHandler.h
@@ -185,6 +185,7 @@ private:
*/
virtual void GenerateDartOutput(std::ostream& os);
+ void PrintLabelSummary();
/**
* Run the tests for a directory and any subdirectories
*/