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

Function tell_the_result

dpdk/app/test/test_red.c:1832–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830}
1831
1832static int
1833tell_the_result(const uint32_t num_tests, const uint32_t num_pass)
1834{
1835 return (num_pass == num_tests) ? 0 : 1;
1836}
1837
1838static int
1839test_red(void)

Callers 3

test_redFunction · 0.70
test_red_perfFunction · 0.70
test_red_allFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected