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