| 329 | } |
| 330 | |
| 331 | static int finish_case(CBMFileResult *result, int failures) { |
| 332 | if (result) |
| 333 | cbm_free_result(result); |
| 334 | return failures == 0 ? 0 : 1; |
| 335 | } |
| 336 | |
| 337 | static int run_binary_behavior(const BehaviorCase *test_case) { |
| 338 | int failures = 0; |
no test coverage detected