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

Function DummyPlatformSpecificWaitPid

src/Platforms/Keil/UtestPlatform.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static int DummyPlatformSpecificWaitPid(int, int*, int)
67{
68 return 0;
69}
70
71void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell*, TestPlugin*, TestResult*) = DummyRunTestInASeperateProcess;
72int (*PlatformSpecificFork)() = DummyPlatformSpecificFork;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected