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 c48acfbe..9993686a 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -52,6 +52,7 @@
#include "message.h"
#include "presence.h"
#include "register.h"
+#include "roster.h"
#include "rpc.h"
#include "rsm.h"
#include "rtp.h"
@@ -954,6 +955,9 @@ int main(int argc, char *argv[])
tst_QXmppResultSet testRsm;
errors += QTest::qExec(&testRsm);
+ tst_QXmppRosterIq testRoster;
+ errors += QTest::qExec(&testRoster);
+
tst_QXmppRtpPacket testRtp;
errors += QTest::qExec(&testRtp);