28 #ifndef PLATFORMSPECIFICFUNCTIONS_H_ 29 #define PLATFORMSPECIFICFUNCTIONS_H_ 31 #include "CppUTest/TestOutput.h" 32 TestOutput::WorkingEnvironment PlatformSpecificGetWorkingEnvironment();
35 extern void (*PlatformSpecificRunTestInASeperateProcess)(UtestShell* shell, TestPlugin* plugin, TestResult* result);
36 extern int (*PlatformSpecificFork)(void);
37 extern int (*PlatformSpecificWaitPid)(
int pid,
int* status,
int options);
44 #include "CppUTest/PlatformSpecificFunctions_c.h"