From da39940e9a49016a32ba4f206b63f7045158d54c Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 26 Dec 2021 00:02:04 -0600 Subject: add test for basic assert --- lily-test.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lily-test.c') 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, ...) +{ +} -- cgit v1.2.1