mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 08:26:21 +00:00
tests: Add tests for string_matches_one_of()
Writing this test I'm unsure whether a function like string_matches_one_of() should actually call cons_show(). Let's just note that for later.
This commit is contained in:
@@ -101,6 +101,7 @@ main(int argc, char* argv[])
|
||||
cmocka_unit_test(test_strtoi_range_invalid_input),
|
||||
cmocka_unit_test(test_strtoi_range_null_empty_input),
|
||||
cmocka_unit_test(test_strtoi_range_null_err_msg),
|
||||
cmocka_unit_test(test_string_matches_one_of_edge_cases),
|
||||
|
||||
cmocka_unit_test(clear_empty),
|
||||
cmocka_unit_test(reset_after_create),
|
||||
|
||||
Reference in New Issue
Block a user