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

Function test_devargs

dpdk/app/test/test_devargs.c:204–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static int
205test_devargs(void)
206{
207 printf("== test valid case ==\n");
208 if (test_valid_devargs() < 0)
209 return -1;
210 printf("== test invalid case ==\n");
211 if (test_invalid_devargs() < 0)
212 return -1;
213 return 0;
214}
215
216REGISTER_FAST_TEST(devargs_autotest, true, true, test_devargs);

Callers

nothing calls this directly

Calls 3

test_valid_devargsFunction · 0.85
test_invalid_devargsFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected