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 f124f0c..8102a58 100644
--- a/test/main.c
+++ b/test/main.c
@@ -19,6 +19,9 @@ int main() {
printf("\nšŸ•“ļø \x1b[1;36mRunning buffer tests...\x1b[0m\n");
run_buffer_tests();
+ printf("\nšŸ’ \x1b[1;36mRunning command tests...\x1b[0m\n");
+ run_command_tests();
+
printf("\nšŸŽ‰ \x1b[1;32mDone! All tests successful!\x1b[0m\n");
return 0;
}