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

Function test_kvargs

dpdk/app/test/test_kvargs.c:283–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283static int
284test_kvargs(void)
285{
286 printf("== test valid case ==\n");
287 if (test_valid_kvargs() < 0)
288 return -1;
289 printf("== test invalid case ==\n");
290 if (test_invalid_kvargs() < 0)
291 return -1;
292 return 0;
293}
294
295REGISTER_FAST_TEST(kvargs_autotest, true, true, test_kvargs);

Callers

nothing calls this directly

Calls 3

test_valid_kvargsFunction · 0.85
test_invalid_kvargsFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected