summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/test_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/test_util.h b/server/tests/test_util.h
index ac1442dd..98444268 100644
--- a/server/tests/test_util.h
+++ b/server/tests/test_util.h
@@ -4,6 +4,9 @@
#define TRUE 1
#define FALSE 0
+#ifdef ASSERT
+#undef ASSERT
+#endif
#define ASSERT(x) if (!(x)) { \
printf("%s: ASSERT %s failed\n", __FUNCTION__, #x); \
abort(); \