summaryrefslogtreecommitdiff
path: root/src/test/honey-test.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-22 21:37:12 -0500
committersanine <sanine.not@pm.me>2022-08-22 21:37:12 -0500
commit1f75a21851b0a0bd4bc766c458e67721dd37c9fd (patch)
tree498b9f43176f098c852099707e5eb1717bcd1ec1 /src/test/honey-test.h
parent1f47b685f35455afcc7441389cdc60018f66d159 (diff)
add append_table()
Diffstat (limited to 'src/test/honey-test.h')
-rw-r--r--src/test/honey-test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/honey-test.h b/src/test/honey-test.h
index 30730d5..03218a4 100644
--- a/src/test/honey-test.h
+++ b/src/test/honey-test.h
@@ -31,10 +31,12 @@
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