aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 24ce8a2e..c9cd03f1 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -54,6 +54,7 @@
#include "QXmppEntityTimeIq.h"
#include "dataform.h"
+#include "register.h"
#include "rtp.h"
#include "tests.h"
@@ -1743,6 +1744,9 @@ int main(int argc, char *argv[])
TestPubSub testPubSub;
errors += QTest::qExec(&testPubSub);
+ tst_QXmppRegisterIq testRegister;
+ errors += QTest::qExec(&testRegister);
+
TestRsm testRsm;
errors += QTest::qExec(&testRsm);