Changeset View
Changeset View
Standalone View
Standalone View
ompts_standaloneProc.c
Context not available. | |||||
int failed=0; /* Number of failed tests */ | int failed=0; /* Number of failed tests */ | ||||
int success=0; /* number of succeeded tests */ | int success=0; /* number of succeeded tests */ | ||||
static FILE * logFile; /* pointer onto the logfile */ | static FILE * logFile; /* pointer onto the logfile */ | ||||
static const char * logFileName = "bin/c/<testfunctionname></testfunctionname>.log"; /* name of the logfile */ | static const char * logFileName = "<testfunctionname></testfunctionname>.log"; /* name of the logfile */ | ||||
/* Open a new Logfile or overwrite the existing one. */ | /* Open a new Logfile or overwrite the existing one. */ | ||||
Context not available. |