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

@@ -634,6 +634,7 @@ main(int argc, char* argv[])
cmocka_unit_test(prof_partial_occurrences_tests),
cmocka_unit_test(prof_whole_occurrences_tests),
cmocka_unit_test(prof_occurrences_of_large_message_tests),
cmocka_unit_test(get_mentions_tests),
cmocka_unit_test_setup_teardown(returns_no_commands,
load_preferences,