summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index f8e1eca..eba54a6 100644
--- a/test/main.c
+++ b/test/main.c
@@ -53,6 +53,9 @@ int main(void) {
printf("\nšŸŽ \x1b[1;36mRunning container tests...\x1b[0m\n");
run_container_tests();
+ printf("\n🐃 \x1b[1;36mRunning bufread tests...\x1b[0m\n");
+ run_bufread_tests();
+
#if defined(LSP_ENABLED)
printf("\nšŸ“ƒ \x1b[1;36mRunning JSON tests...\x1b[0m\n");
run_json_tests();