Added carbons enable/disable tests

This commit is contained in:
James Booth
2015-07-15 00:23:46 +01:00
parent 84cc67fa88
commit f3326bf105
4 changed files with 35 additions and 1 deletions

View File

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