summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-01-23 23:56:38 +0100
committerAlbert Cervin <albert@acervin.com>2023-01-23 23:56:38 +0100
commit9a2b138a03e27d0f04101fe6ae3977d79518c513 (patch)
tree113fe14c15e93872e0fe8b6d7a4e56ed3398b375 /test/main.c
parent9eda570311ffd292d333f7687074403ff46cc838 (diff)
downloaddged-9a2b138a03e27d0f04101fe6ae3977d79518c513.tar.gz
dged-9a2b138a03e27d0f04101fe6ae3977d79518c513.tar.xz
dged-9a2b138a03e27d0f04101fe6ae3977d79518c513.zip
Add more tests and documentation
Both doxygen and man page
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;
}