changeset 6721 | 53b71f45a53a |
parent 6718 | 918ba414168b |
child 6727 | 1b5280cd5885 |
1.1 --- a/include/SDL_test_assert.h Sat Dec 01 23:42:17 2012 -0800 1.2 +++ b/include/SDL_test_assert.h Tue Dec 04 19:21:10 2012 -0800 1.3 @@ -54,6 +54,12 @@ 1.4 */ 1.5 #define ASSERT_PASS 1 1.6 1.7 +/*! \brief counts the failed asserts */ 1.8 +static Uint32 SDLTest_AssertsFailed = 0; 1.9 + 1.10 +/*! \brief counts the passed asserts */ 1.11 +static Uint32 SDLTest_AssertsPassed = 0; 1.12 + 1.13 /** 1.14 * \brief Assert that logs and break execution flow on failures. 1.15 *