mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 07:56:21 +00:00
Added parse_options
This commit is contained in:
@@ -165,6 +165,14 @@ int main(int argc, char* argv[]) {
|
||||
unit_test(get_first_two_of_three_first_quoted),
|
||||
unit_test(get_first_two_of_three_second_quoted),
|
||||
unit_test(get_first_two_of_three_first_and_second_quoted),
|
||||
unit_test(parse_options_when_none_returns_empty_hasmap),
|
||||
unit_test(parse_options_when_opt1_no_val_sets_error),
|
||||
unit_test(parse_options_when_one_returns_map),
|
||||
unit_test(parse_options_when_opt2_no_val_sets_error),
|
||||
unit_test(parse_options_when_two_returns_map),
|
||||
unit_test(parse_options_when_opt3_no_val_sets_error),
|
||||
unit_test(parse_options_when_three_returns_map),
|
||||
unit_test(parse_options_when_unknown_opt_sets_error),
|
||||
|
||||
unit_test(empty_list_when_none_added),
|
||||
unit_test(contains_one_element),
|
||||
|
||||
Reference in New Issue
Block a user