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

Function test_power

dpdk/app/test/test_power.c:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#ifndef RTE_LIB_POWER
15
16static int
17test_power(void)
18{
19 printf("Power management library not supported, skipping test\n");
20 return TEST_SKIPPED;
21}
22
23#else
24

Callers

nothing calls this directly

Calls 5

rte_power_set_envFunction · 0.85
rte_power_get_envFunction · 0.85
check_function_ptrsFunction · 0.85
rte_power_unset_envFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected