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

@@ -1,3 +1,6 @@
void send_enable_carbons(void **state);
void connect_with_carbons_enabled(void **state);
void send_disable_carbons(void **state);
void receive_carbon(void **state);
void receive_self_carbon(void **state);