about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-03 23:47:10 +0100
committerJames Booth <boothj5@gmail.com>2012-10-03 23:47:10 +0100
commitf8de28232e353794617e402dc0ebf05b57728cc5 (patch)
tree3f408360f1848c182e07eea14949f9c37a4901c3 /tests/testsuite.c
parentcf211be2214d86c5709b407d8ec1691740ee0a5c (diff)
downloadprofani-tty-f8de28232e353794617e402dc0ebf05b57728cc5.tar.gz
Started work on chat session, and chat states
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index e7a23005..b4001ef1 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -7,6 +7,7 @@ int main(void)
     register_contact_list_tests();
     register_common_tests();
     register_prof_autocomplete_tests();
+    register_chat_session_tests();
     run_suite();
     return 0;
 }