| 62 | } |
| 63 | |
| 64 | static int DummyPlatformSpecificWaitPid(int, int*, int) |
| 65 | { |
| 66 | return 0; |
| 67 | } |
| 68 | |
| 69 | void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell* shell, TestPlugin* plugin, TestResult* result) = |
| 70 | DummyPlatformSpecificRunTestInASeperateProcess; |
nothing calls this directly
no outgoing calls
no test coverage detected