Added ping response test

This commit is contained in:
James Booth
2015-05-24 21:46:44 +01:00
parent 16b88a6d8f
commit 7fb00a1e15
3 changed files with 26 additions and 0 deletions

View File

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