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