MCPcopy Create free account
hub / github.com/cpputest/cpputest / set_everything_c

Function set_everything_c

tests/CppUTestExt/IEEE754PluginTest_c.c:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void set_everything_c()
62{
63 set_divisionbyzero_c();
64 set_overflow_c();
65 set_underflow_c();
66 set_inexact_c();
67}

Callers 2

IGNORE_TESTFunction · 0.85

Calls 4

set_divisionbyzero_cFunction · 0.85
set_overflow_cFunction · 0.85
set_underflow_cFunction · 0.85
set_inexact_cFunction · 0.85

Tested by

no test coverage detected