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

Function test_string_fns

dpdk/app/test/test_string_fns.c:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175static int
176test_string_fns(void)
177{
178 if (test_rte_strsplit() < 0)
179 return -1;
180 if (test_rte_strlcat() < 0)
181 return -1;
182 return 0;
183}
184
185REGISTER_FAST_TEST(string_autotest, true, true, test_string_fns);

Callers

nothing calls this directly

Calls 2

test_rte_strsplitFunction · 0.85
test_rte_strlcatFunction · 0.85

Tested by

no test coverage detected