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

Function test_red

dpdk/app/test/test_red.c:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#ifdef RTE_EXEC_ENV_WINDOWS
15static int
16test_red(void)
17{
18 printf("red not supported on Windows, skipping test\n");
19 return TEST_SKIPPED;
20}
21
22static int
23test_red_perf(void)

Callers

nothing calls this directly

Calls 5

test_invalid_parametersFunction · 0.70
run_testsFunction · 0.70
show_statsFunction · 0.70
tell_the_resultFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected