diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/honey-test.h | 4 |
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 |