| 47 | #ifndef CPPUTEST_HAVE_FORK |
| 48 | |
| 49 | TEST(UTestPlatformsTest_PlatformSpecificRunTestInASeperateProcess, DummyFailsWithMessage) |
| 50 | { |
| 51 | fixture.setRunTestsInSeperateProcess(); |
| 52 | fixture.runAllTests(); |
| 53 | fixture.assertPrintContains("-p doesn't work on this platform, as it is lacking fork.\b"); |
| 54 | } |
| 55 | |
| 56 | #else |
| 57 |
nothing calls this directly
no test coverage detected