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