diff options
author | sanine <sanine.not@pm.me> | 2022-08-18 22:46:40 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-18 22:46:40 -0500 |
commit | 275536b36657744d802866c060654e2b5cd5a5f8 (patch) | |
tree | e685ed8d665fd629c19cbfc39095402d71e349fc /src/test | |
parent | 253f1d1ca8b4b81f206e4aeb20afe440a6dae8be (diff) |
implement working windows
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/honey-test.h | 3 |
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 |