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

@ -29,6 +29,8 @@ extern int _testReturnValue;
extern int _testAssertsFailed;
extern int _testAssertsPassed;
extern AssertFp testAssert;
// \todo Should these be consts?
#define TEST_ENABLED 1
#define TEST_DISABLED 0
@ -56,7 +58,7 @@ typedef struct TestCaseReference {
*
* \param enableXMLLogging Whether or not enable xml logging
*/
void _TestCaseInit(const int enableXMLLogging);
void _TestCaseInit();
/*!
* Deinitializes and exits the test case