diff options
author | sanine <sanine.not@pm.me> | 2021-12-26 00:02:04 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-26 00:02:04 -0600 |
commit | da39940e9a49016a32ba4f206b63f7045158d54c (patch) | |
tree | 942cb178d1ca8fd99c4028cd1d33f172105482c0 /lily-test.c | |
parent | 9c4bd59002109c850dda3ab79febc17f7f0367e9 (diff) |
add test for basic assert
Diffstat (limited to 'lily-test.c')
-rw-r--r-- | lily-test.c | 6 |
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, ...) +{ +} |