diff options
author | c | 2023-12-13 14:56:20 -0500 |
---|---|---|
committer | c | 2023-12-13 14:56:20 -0500 |
commit | 1494ecaeba2307e489b1df210abb3c63415419ed (patch) | |
tree | 8b218c706ac8aed4221d113aa407bdea834be79d /src | |
parent | 6a966d621c48118ab1a97db13473b78b2884ace1 (diff) |
Make sure TEST_REPORT is defined.
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 |