More Single Evaluation work
This commit is contained in:
parent
b708789ee9
commit
e0e74774e2
6 changed files with 196 additions and 193 deletions
|
@ -20,7 +20,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results"
|
|||
|
||||
runner.runMatching( "./succeeding/*" );
|
||||
INFO( runner.getOutput() );
|
||||
CHECK( runner.getSuccessCount() == 212 );
|
||||
CHECK( runner.getSuccessCount() == 213 );
|
||||
CHECK( runner.getFailureCount() == 0 );
|
||||
|
||||
runner.runMatching( "./failing/*" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue