aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/test.h1
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