summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-20 15:37:04 -0500
committersanine <sanine.not@pm.me>2022-08-20 15:37:04 -0500
commit8b9b325b092b7157996cfbcdd7ce38f9e876fff8 (patch)
tree4c878f4a887d435d8c464112c2ad0cef1a6db2c8 /src/test
parentb6ccd8b31a78ef99f8c346d9b60f123c7ac813ec (diff)
fix bug in gl.bufferData and add error checking
Diffstat (limited to 'src/test')
-rw-r--r--src/test/honey-test.h1
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