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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/honey-test.h b/src/test/honey-test.h
index 5ac5b8f..87eb5e6 100644
--- a/src/test/honey-test.h
+++ b/src/test/honey-test.h
@@ -29,10 +29,11 @@
void suite_logging();
+void suite_gl();
void suite_window();
#define RUN_TESTS() \
lily_run_suite(suite_logging); \
- lily_run_suite(suite_window); \
+ lily_run_suite(suite_gl); \
#endif