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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue