From 5a95cd1858be9ed3ad38d306ba93beb2b1e9864c Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 14 Jun 2022 11:38:11 -0500 Subject: fix RUN_TESTS macro --- src/test/honey-test.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/honey-test.h b/src/test/honey-test.h index 4aa1827..65bd959 100644 --- a/src/test/honey-test.h +++ b/src/test/honey-test.h @@ -1,9 +1,11 @@ #ifndef HONEY_TEST_H #define HONEY_TEST_H +#include "lily-test.h" + void suite_logging(); #define RUN_TESTS() \ - suite_logging(); + lily_run_suite(suite_logging); #endif -- cgit v1.2.1