| 18 | |
| 19 | #ifdef RTE_EXEC_ENV_WINDOWS |
| 20 | int |
| 21 | test_timer_secondary(void) |
| 22 | { |
| 23 | printf("timer_secondary not supported on Windows, skipping test\n"); |
| 24 | return TEST_SKIPPED; |
| 25 | } |
| 26 | #else |
| 27 | |
| 28 | #include "process.h" |
nothing calls this directly
no test coverage detected