MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tell_the_result

Function tell_the_result

dpdk/app/test/test_pie.c:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041static int
1042tell_the_result(const uint32_t num_tests, const uint32_t num_pass)
1043{
1044 return (num_pass == num_tests) ? 0 : 1;
1045}
1046
1047static int
1048test_pie(void)

Callers 3

test_pieFunction · 0.70
test_pie_perfFunction · 0.70
test_pie_allFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected