| 68 | } |
| 69 | |
| 70 | static int DummyPlatformSpecificWaitPid(int, int*, int) |
| 71 | { |
| 72 | return 0; |
| 73 | } |
| 74 | |
| 75 | void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell*, TestPlugin*, TestResult*) = DummyRunTestInASeperateProcess; |
| 76 | int (*PlatformSpecificFork)() = DummyPlatformSpecificFork; |
nothing calls this directly
no outgoing calls
no test coverage detected