Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
895
static int
896
test_fbarray(void)
897
{
898
return unit_test_suite_runner(&fbarray_test_suite);
899
}
900
901
REGISTER_FAST_TEST(fbarray_autotest, true, true, test_fbarray);
Callers
nothing calls this directly
Calls
1
unit_test_suite_runner
Function · 0.70
Tested by
no test coverage detected