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

Function test_debug

dpdk/app/test/test_debug.c:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#ifdef RTE_EXEC_ENV_WINDOWS
11static int
12test_debug(void)
13{
14 printf("debug not supported on Windows, skipping test\n");
15 return TEST_SKIPPED;
16}
17
18#else
19

Callers

nothing calls this directly

Calls 5

test_panicFunction · 0.85
test_exitFunction · 0.85
test_usageFunction · 0.85
printfFunction · 0.50
rte_dump_stackFunction · 0.50

Tested by

no test coverage detected