mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-16 17:51:30 +02:00
Add unit tests for different input and output file situations
This commit is contained in:
@ -57,6 +57,12 @@ void test_alignment_invalid_jX(void **state);
|
||||
void test_alignment_notset(void **state);
|
||||
void test_alignment_incomplete(void **state);
|
||||
|
||||
void test_inputfiles_illegal_third_file(void **state);
|
||||
void test_inputfiles_stdin_stdout(void **state);
|
||||
void test_inputfiles_stdin(void **state);
|
||||
void test_inputfiles_input_nonexistent(void **state);
|
||||
void test_inputfiles_actual_success(void **state);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user