From 2cdda7ca1276b7f8cc3c235262aa5d9a1204d954 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 16 Jun 2022 22:20:56 -0500 Subject: add initial window framework --- 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 ac79d8a..a31bcff 100644 --- a/src/test/honey-test.h +++ b/src/test/honey-test.h @@ -23,8 +23,10 @@ void suite_logging(); +void suite_window(); #define RUN_TESTS() \ - lily_run_suite(suite_logging); + lily_run_suite(suite_logging); \ + lily_run_suite(suite_window); \ #endif -- cgit v1.2.1