From 123b9e22cd4272ef7dcf6e519b03c3ca5ba73953 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 18 Sep 2022 14:08:20 -0500 Subject: add basic mesh vertex loading --- src/test/lily-test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test') diff --git a/src/test/lily-test.h b/src/test/lily-test.h index b5f380c..b001198 100644 --- a/src/test/lily-test.h +++ b/src/test/lily-test.h @@ -92,6 +92,7 @@ void _lily_run_suite(const char *name, lily_test_t suite); */ /** basic assertion function, mostly used by the other assertions */ +#define lily_assert(statement, ...) lily_assert_msg(statement, LILY_LOCATION, __VA_ARGS__) void lily_assert_msg(bool statement, const char *location, const char *format_string, ...); -- cgit v1.2.1