diff options
| author | Albert Cervin <albert@acervin.com> | 2023-01-23 23:56:38 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2023-01-23 23:56:38 +0100 |
| commit | 9a2b138a03e27d0f04101fe6ae3977d79518c513 (patch) | |
| tree | 113fe14c15e93872e0fe8b6d7a4e56ed3398b375 /test/main.c | |
| parent | 9eda570311ffd292d333f7687074403ff46cc838 (diff) | |
| download | dged-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.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; } |
