Files
CMake/Tests/RunCMake/ctest_labels_for_subprojects/CTestScriptVariable-stdout.txt
T
Bill Hoffman 5b829c89b8 CTest: Weight reported test times by PROCESSORS in summaries
This commit changes the times reported by labels and subprojects to be
weighted by the PROCESSORS property. It is reported with `sec*proc`
instead of just `sec`.
2017-09-08 10:03:01 -04:00

11 lines
288 B
Plaintext

17% tests passed, 5 tests failed out of 6
+
Subproject Time Summary:
MyExperimentalFeature += +[0-9.]+ sec\*proc \(5 tests\)
MyProductionCode += +[0-9.]+ sec\*proc \(1 test\)
+
Label Time Summary:
NotASubproject += +[0-9.]+ sec\*proc \(6 tests\)
+
Total Test time \(real\) = +[0-9.]+ sec