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