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

Function test_fbarray

dpdk/app/test/test_fbarray.c:895–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893};
894
895static int
896test_fbarray(void)
897{
898 return unit_test_suite_runner(&fbarray_test_suite);
899}
900
901REGISTER_FAST_TEST(fbarray_autotest, true, true, test_fbarray);

Callers

nothing calls this directly

Calls 1

unit_test_suite_runnerFunction · 0.70

Tested by

no test coverage detected