Allow output stream to be specified on the command line
This commit is contained in:
parent
925409d7e9
commit
2885339287
10 changed files with 161 additions and 15 deletions
|
@ -23,8 +23,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
|
|||
CHECK( runner.getReporter().getSucceeded() == 53 );
|
||||
CHECK( runner.getReporter().getFailed() == 0 );
|
||||
|
||||
runner.runMatching( "./failing/*" );
|
||||
|
||||
runner.runMatching( "./failing/*" );
|
||||
CHECK( runner.getReporter().getSucceeded() == 0 );
|
||||
CHECK( runner.getReporter().getFailed() == 53 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue