tests: Add test for string_to_verbosity()

This commit is contained in:
Michael Vetter
2026-02-23 18:36:52 +01:00
parent 74bf33e727
commit 5a7bba8093
3 changed files with 64 additions and 0 deletions

View File

@@ -35,3 +35,4 @@ void prof_occurrences_of_large_message_tests(void** state);
void unique_filename_from_url_td(void** state);
void format_call_external_argv_td(void** state);
void test_get_expanded_path(void** state);
void test_string_to_verbosity(void** state);