mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-17 10:11:42 +02:00
Add more unit tests for command line option parsing
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user