Added ping test

This commit is contained in:
James Booth
2015-05-24 19:24:01 +01:00
parent cddc55b51b
commit 79ecff1c52
5 changed files with 51 additions and 8 deletions

View File

@@ -24,6 +24,9 @@ int main(int argc, char* argv[]) {
unit_test_setup_teardown(sends_rooms_iq,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(multiple_pings,
init_prof_test,
close_prof_test),
};
return run_tests(all_tests);