aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 24ae89c2..2602314a 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1370,6 +1370,9 @@ int main(int argc, char *argv[])
tst_QXmppRtpPacket testRtp;
errors += QTest::qExec(&testRtp);
+ tst_QXmppSasl testSasl;
+ errors += QTest::qExec(&testSasl);
+
tst_QXmppSaslClient testSaslClient;
errors += QTest::qExec(&testSaslClient);