| 16 | #ifndef RTE_LIB_POWER |
| 17 | |
| 18 | static int |
| 19 | test_power_cpufreq(void) |
| 20 | { |
| 21 | printf("Power management library not supported, skipping test\n"); |
| 22 | return TEST_SKIPPED; |
| 23 | } |
| 24 | |
| 25 | static int |
| 26 | test_power_caps(void) |
nothing calls this directly
no test coverage detected