Added carbon message tests

This commit is contained in:
James Booth
2015-07-20 21:28:25 +01:00
parent b63ede7964
commit bdcc0ddbf8
3 changed files with 79 additions and 0 deletions

View File

@@ -124,6 +124,12 @@ int main(int argc, char* argv[]) {
unit_test_setup_teardown(send_disable_carbons,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(receive_carbon,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(receive_self_carbon,
init_prof_test,
close_prof_test),
};
return run_tests(all_tests);