tests: Add test for get_mentions()

This commit is contained in:
Michael Vetter
2026-02-25 11:23:34 +01:00
parent 0c15cd1d93
commit ca8cc8f651
3 changed files with 69 additions and 0 deletions

View File

@@ -43,3 +43,4 @@ void test_strtoi_range_null_empty_input(void** state);
void test_strtoi_range_null_err_msg(void** state);
void test_string_matches_one_of_edge_cases(void** state);
void test_valid_tls_policy_option(void** state);
void get_mentions_tests(void** state);