| 54 | } |
| 55 | |
| 56 | static void DummyRunTestInASeperateProcess(UtestShell* shell, TestPlugin* plugin, TestResult* result) |
| 57 | { |
| 58 | result->addFailure(TestFailure(shell, "-p doesn't work on this platform, as it is lacking fork.\b")); |
| 59 | } |
| 60 | |
| 61 | static int DummyPlatformSpecificFork(void) |
| 62 | { |
nothing calls this directly
no test coverage detected