parent
31861bbd46
commit
21cbfc107e
1 changed files with 4 additions and 1 deletions
|
@ -68,6 +68,9 @@ namespace Catch {
|
|||
++it ) {
|
||||
matchedTests++;
|
||||
TestCaseInfo const& testCaseInfo = it->getTestCaseInfo();
|
||||
if( startsWith( testCaseInfo.name, "#" ) )
|
||||
Catch::cout() << "\"" << testCaseInfo.name << "\"" << std::endl;
|
||||
else
|
||||
Catch::cout() << testCaseInfo.name << std::endl;
|
||||
}
|
||||
return matchedTests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue