Added carbons command functional test

This commit is contained in:
James Booth
2015-07-05 17:29:33 +01:00
parent 252c7c2e06
commit 5e324e407f
4 changed files with 31 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include "test_rooms.h"
#include "test_presence.h"
#include "test_message.h"
#include "test_carbons.h"
#include "test_chat_session.h"
int main(int argc, char* argv[]) {
@@ -113,6 +114,10 @@ int main(int argc, char* argv[]) {
unit_test_setup_teardown(new_session_when_message_received_from_different_fulljid,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(send_enable_carbons,
init_prof_test,
close_prof_test),
};
return run_tests(all_tests);