about summary refs log tree commit diff stats
path: root/stabbertests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-24 04:13:28 +0100
committerJames Booth <boothj5@gmail.com>2015-05-24 04:13:28 +0100
commit80665ea0514a6a9b93af7858a3db1467091f80df (patch)
tree4637310015e3389135f5edd46d767f28eea46f71 /stabbertests/testsuite.c
parent2241473ee62b7d5d60d20ef0c264e6080cbba8db (diff)
downloadprofani-tty-80665ea0514a6a9b93af7858a3db1467091f80df.tar.gz
Added rooms iq test
Diffstat (limited to 'stabbertests/testsuite.c')
-rw-r--r--stabbertests/testsuite.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stabbertests/testsuite.c b/stabbertests/testsuite.c
index bde4eacf..9fb28c31 100644
--- a/stabbertests/testsuite.c
+++ b/stabbertests/testsuite.c
@@ -21,6 +21,9 @@ int main(int argc, char* argv[]) {
         unit_test_setup_teardown(connect_bad_password,
             init_prof_test,
             close_prof_test),
+        unit_test_setup_teardown(sends_rooms_iq,
+            init_prof_test,
+            close_prof_test),
     };
 
     return run_tests(all_tests);