Add more unit tests for command line option parsing

This commit is contained in:
Thomas Jensen
2021-11-05 22:02:55 +01:00
parent 7b828461ed
commit 11da751439
4 changed files with 49 additions and 1 deletions

View File

@ -63,6 +63,11 @@ void test_inputfiles_stdin(void **state);
void test_inputfiles_input_nonexistent(void **state);
void test_inputfiles_actual_success(void **state);
void test_command_line_design_empty(void **state);
void test_help(void **state);
void test_version_requested(void **state);
#endif