diff options
Diffstat (limited to 'test/main.c')
| -rw-r--r-- | test/main.c | 3 |
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; } |
