| 13 | |
| 14 | #ifdef RTE_EXEC_ENV_WINDOWS |
| 15 | static int |
| 16 | test_distributor_perf(void) |
| 17 | { |
| 18 | printf("distributor perf not supported on Windows, skipping test\n"); |
| 19 | return TEST_SKIPPED; |
| 20 | } |
| 21 | |
| 22 | #else |
| 23 |
nothing calls this directly
no test coverage detected