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

Function test_pie

dpdk/app/test/test_pie.c:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#ifdef RTE_EXEC_ENV_WINDOWS
8
9static int
10test_pie(void)
11{
12 printf("pie not supported on Windows, skipping test\n");
13 return TEST_SKIPPED;
14}
15
16static int
17test_pie_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