summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/lily-test.h1
1 files changed, 1 insertions, 0 deletions
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, ...);