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

Function C2000RunTestInASeperateProcess

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

Source from the content-addressed store, hash-verified

65}
66
67static void C2000RunTestInASeperateProcess(UtestShell* shell, TestPlugin* plugin, TestResult* result)
68{
69 result->addFailure(TestFailure(shell, "-p doesn't work on this platform, as it is lacking fork.\b"));
70}
71
72void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell*, TestPlugin*, TestResult*) =
73 C2000RunTestInASeperateProcess;

Callers

nothing calls this directly

Calls 2

addFailureMethod · 0.80
TestFailureClass · 0.50

Tested by

no test coverage detected