mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Build 28
This commit is contained in:
parent
016b063ae8
commit
dd26e889b5
4 changed files with 47 additions and 24 deletions
|
@ -45,9 +45,9 @@ namespace Catch {
|
|||
if( matchesFilters( config.filters, *it ) ) {
|
||||
matchedTests++;
|
||||
// !TBD: consider listAs()
|
||||
std::cout << "\t" << it->getTestCaseInfo().name << "\n";
|
||||
std::cout << " " << it->getTestCaseInfo().name << "\n";
|
||||
if( ( config.listSpec & List::TestNames ) != List::TestNames )
|
||||
std::cout << "\t\t '" << it->getTestCaseInfo().description << "'\n";
|
||||
std::cout << " '" << it->getTestCaseInfo().description << "'\n";
|
||||
}
|
||||
}
|
||||
if( config.filters.empty() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue