| 17 | |
| 18 | #ifdef RTE_EXEC_ENV_WINDOWS |
| 19 | int |
| 20 | test_mp_secondary(void) |
| 21 | { |
| 22 | printf("mp_secondary not supported on Windows, skipping test\n"); |
| 23 | return TEST_SKIPPED; |
| 24 | } |
| 25 | #else |
| 26 | |
| 27 | #include <sys/wait.h> |
nothing calls this directly
no test coverage detected