| 7 | #ifdef RTE_EXEC_ENV_WINDOWS |
| 8 | |
| 9 | static int |
| 10 | test_pie(void) |
| 11 | { |
| 12 | printf("pie not supported on Windows, skipping test\n"); |
| 13 | return TEST_SKIPPED; |
| 14 | } |
| 15 | |
| 16 | static int |
| 17 | test_pie_perf(void) |
nothing calls this directly
no test coverage detected