Fixed the interface between tests suites and logger.
Note: breaks the linux build.
This commit is contained in:
parent
f51d137634
commit
c003533b11
7 changed files with 54 additions and 645 deletions
|
@ -55,6 +55,7 @@ typedef void (*LogFp)(const char *logMessage, time_t eventTime);
|
|||
|
||||
|
||||
/*! Function pointers to actual logging function implementations */
|
||||
|
||||
extern RunStartedFp RunStarted;
|
||||
extern RunEndedFp RunEnded;
|
||||
extern SuiteStartedFp SuiteStarted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue