MCPcopy Create free account
hub / github.com/cpputest/cpputest / DummyPlatformSpecificWaitPid

Function DummyPlatformSpecificWaitPid

src/Platforms/Dos/UtestPlatform.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static int DummyPlatformSpecificWaitPid(int, int*, int)
71{
72 return 0;
73}
74
75void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell*, TestPlugin*, TestResult*) = DummyRunTestInASeperateProcess;
76int (*PlatformSpecificFork)() = DummyPlatformSpecificFork;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected