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

Function test_missing_c_flag

dpdk/app/test/test_eal_flags.c:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

get_current_prefixFunction · 0.85
snprintfFunction · 0.85
rte_lcore_is_enabledFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected