diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2015-07-02 14:21:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-06 14:06:35 (GMT) |
commit | 42747fcc73478073eaaee4c906ffe03c0b33c632 (patch) | |
tree | c1ecc967a52046398fe4beb269866d0d3ad383da /Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt | |
parent | 8fbd9584af44100bbddd0f4031b57c5bc2530837 (diff) | |
download | CMake-42747fcc73478073eaaee4c906ffe03c0b33c632.zip CMake-42747fcc73478073eaaee4c906ffe03c0b33c632.tar.gz CMake-42747fcc73478073eaaee4c906ffe03c0b33c632.tar.bz2 |
CTest: Show the number of tests for each label in the summary
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt')
-rw-r--r-- | Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt new file mode 100644 index 0000000..7fe04eb --- /dev/null +++ b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt @@ -0,0 +1,7 @@ +100% tests passed, 0 tests failed out of 4 ++ ++Label Time Summary: ++'bar' = +[0-9.]+ sec \(3 tests\) ++'foo' = +[0-9.]+ sec \(1 test\) ++ +Total Test time \(real\) = +[0-9.]+ sec |