diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/test.h b/src/include/test.h index 0b60add..e862467 100644 --- a/src/include/test.h +++ b/src/include/test.h @@ -21,6 +21,7 @@ unsigned int TESTS_PASSED = 0; #else #define ASSERT(EXPR) NULL; +#define TEST_REPORT NULL; #endif #endif |