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

Function DummyRunTestInASeperateProcess

src/Platforms/Dos/UtestPlatform.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static void DummyRunTestInASeperateProcess(UtestShell* shell, TestPlugin* plugin, TestResult* result)
61{
62 result->addFailure(TestFailure(shell, "-p doesn't work on this platform, as it is lacking fork.\b"));
63}
64
65static int DummyPlatformSpecificFork(void)
66{

Callers

nothing calls this directly

Calls 2

addFailureMethod · 0.80
TestFailureClass · 0.50

Tested by

no test coverage detected