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