Added priority tests

This commit is contained in:
James Booth
2015-05-29 01:22:24 +01:00
parent 4ec7892091
commit 272e9f83fc
3 changed files with 94 additions and 43 deletions

View File

@@ -79,6 +79,12 @@ int main(int argc, char* argv[]) {
unit_test_setup_teardown(presence_chat_with_message,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(presence_set_priority,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(presence_includes_priority,
init_prof_test,
close_prof_test),
};
return run_tests(all_tests);