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

Function DummyPlatformSpecificWaitPid

src/Platforms/armcc/UtestPlatform.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static int DummyPlatformSpecificWaitPid(int, int*, int)
68{
69 return 0;
70}
71
72void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell* shell, TestPlugin* plugin, TestResult* result) =
73 DummyPlatformSpecificRunTestInASeperateProcess;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected