| 50 | }; |
| 51 | |
| 52 | TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__is_set) |
| 53 | { |
| 54 | fixture.setTestFunction(set_divisionbyzero_c); |
| 55 | fixture.runAllTests(); |
| 56 | fixture.assertPrintContains("IEEE754_CHECK_CLEAR(FE_DIVBYZERO) failed"); |
| 57 | } |
| 58 | |
| 59 | TEST(FE__with_Plugin, should_fail____when__FE_OVERFLOW___is_set) |
| 60 | { |
nothing calls this directly
no test coverage detected