mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-15 10:39:31 +01:00
added timing output to the console logger
This commit is contained in:
@@ -90,6 +90,7 @@ namespace Catch {
|
||||
if( m_atLeastOneTestCasePrinted )
|
||||
printTotalsDivider();
|
||||
printTotals( _testRunStats.totals );
|
||||
stream << " [timing: " << _testRunStats.timeSecs << " secs.]";
|
||||
stream << "\n" << std::endl;
|
||||
StreamingReporterBase::testRunEnded( _testRunStats );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user