Fixed the interface between tests suites and logger.

Note: breaks the linux build.
This commit is contained in:
Markus Kauppila 2011-07-06 16:06:39 +03:00
parent f51d137634
commit c003533b11
7 changed files with 54 additions and 645 deletions

View file

@ -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;