| 65 | } |
| 66 | |
| 67 | static 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 | |
| 72 | void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell*, TestPlugin*, TestResult*) = |
| 73 | C2000RunTestInASeperateProcess; |
nothing calls this directly
no test coverage detected