diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/honey-test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/honey-test.h b/src/test/honey-test.h index 87eb5e6..30730d5 100644 --- a/src/test/honey-test.h +++ b/src/test/honey-test.h @@ -35,5 +35,6 @@ void suite_window(); #define RUN_TESTS() \ lily_run_suite(suite_logging); \ lily_run_suite(suite_gl); \ + lily_run_suite(suite_window); \ #endif |