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