Added to harness in test lib (work in progress)
This commit is contained in:
parent
a75e9f5b1a
commit
23ed51ea1b
4 changed files with 282 additions and 23 deletions
|
@ -54,6 +54,12 @@ extern "C" {
|
|||
*/
|
||||
#define ASSERT_PASS 1
|
||||
|
||||
/*! \brief counts the failed asserts */
|
||||
static Uint32 SDLTest_AssertsFailed = 0;
|
||||
|
||||
/*! \brief counts the passed asserts */
|
||||
static Uint32 SDLTest_AssertsPassed = 0;
|
||||
|
||||
/**
|
||||
* \brief Assert that logs and break execution flow on failures.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue