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

Function DummyRunTestInASeperateProcess

src/Platforms/Keil/UtestPlatform.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

addFailureMethod · 0.80
TestFailureClass · 0.50

Tested by

no test coverage detected