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

Function test_bitmap

dpdk/app/test/test_bitmap.c:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264static int
265test_bitmap(void)
266{
267 if (test_bitmap_all_clear() != TEST_SUCCESS)
268 return TEST_FAILED;
269 return test_bitmap_all_set();
270}
271
272REGISTER_FAST_TEST(bitmap_autotest, true, true, test_bitmap);

Callers

nothing calls this directly

Calls 2

test_bitmap_all_clearFunction · 0.85
test_bitmap_all_setFunction · 0.85

Tested by

no test coverage detected