about summary refs log tree commit diff stats
path: root/stabbertests/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'stabbertests/testsuite.c')
-rw-r--r--stabbertests/testsuite.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/stabbertests/testsuite.c b/stabbertests/testsuite.c
index 467884ff..bde4eacf 100644
--- a/stabbertests/testsuite.c
+++ b/stabbertests/testsuite.c
@@ -15,7 +15,10 @@
 int main(int argc, char* argv[]) {
 
     const UnitTest all_tests[] = {
-        unit_test_setup_teardown(connect_with_jid,
+        unit_test_setup_teardown(connect_jid,
+            init_prof_test,
+            close_prof_test),
+        unit_test_setup_teardown(connect_bad_password,
             init_prof_test,
             close_prof_test),
     };