diff options
author | sanine <sanine.not@pm.me> | 2022-08-23 13:38:27 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-23 13:38:27 -0500 |
commit | 3afbf2a13b2dada445fb667bf25600407fea480a (patch) | |
tree | 551329e6f74fc9f177616de0d6739e8b5331ae96 /src/test/honey-test.h | |
parent | 261e3f991221fbad6bbf262f5e65b773e4b6c73e (diff) | |
parent | 25ed7eb9f84e9a822f698ad803901fbb2a5354cf (diff) |
:wMerge branch 'gl-window' into main
Diffstat (limited to 'src/test/honey-test.h')
-rw-r--r-- | src/test/honey-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/honey-test.h b/src/test/honey-test.h index 5ac5b8f..03218a4 100644 --- a/src/test/honey-test.h +++ b/src/test/honey-test.h @@ -29,10 +29,14 @@ void suite_logging(); +void suite_gl(); void suite_window(); +void suite_util(); #define RUN_TESTS() \ lily_run_suite(suite_logging); \ + lily_run_suite(suite_gl); \ lily_run_suite(suite_window); \ + lily_run_suite(suite_util); \ #endif |