silentbicycle / greatest

A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
ISC License
1.48k stars 108 forks source link

`FIRST_FAIL` flag only checks the current suite's failure count #82

Closed silentbicycle closed 5 years ago

silentbicycle commented 5 years ago

The FIRST_FAIL flag (which corresponds to the -f command line test runner option) means it should not start new suites if there have already been any failures. Currently, it only prevents tests from running if there have been failures in the current suite.