mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
Added to harness in test lib (work in progress)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user