summaryrefslogtreecommitdiff
path: root/lily-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lily-test.c')
-rw-r--r--lily-test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lily-test.c b/lily-test.c
index 3dd0c4b..a3f30a2 100644
--- a/lily-test.c
+++ b/lily-test.c
@@ -1,2 +1,8 @@
#include "lily-test.h"
+struct lily_globals_t _lily_globals;
+
+void lily_assert_msg(bool statement, const char *location,
+ const char *format_string, ...)
+{
+}