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

Function test_common

dpdk/app/test/test_common.c:343–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static int
344test_common(void)
345{
346 int ret = 0;
347 ret |= test_align();
348 ret |= test_macros(0);
349 ret |= test_misc();
350 ret |= test_bsf();
351 ret |= test_log2();
352 ret |= test_fls();
353
354 return ret;
355}
356
357REGISTER_FAST_TEST(common_autotest, true, true, test_common);

Callers

nothing calls this directly

Calls 6

test_alignFunction · 0.85
test_macrosFunction · 0.85
test_bsfFunction · 0.85
test_log2Function · 0.85
test_flsFunction · 0.85
test_miscFunction · 0.70

Tested by

no test coverage detected