| 12 | |
| 13 | #ifdef RTE_EXEC_ENV_WINDOWS |
| 14 | static int |
| 15 | test_rawdev_selftests(void) |
| 16 | { |
| 17 | printf("rawdev not supported on Windows, skipping test\n"); |
| 18 | return TEST_SKIPPED; |
| 19 | } |
| 20 | #else |
| 21 | |
| 22 | #include <rte_rawdev.h> |
nothing calls this directly
no test coverage detected