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

Function DummyPlatformSpecificWaitPid

src/Platforms/Iar/UtestPlatform.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected