aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:30:37 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:30:37 +0200
commit13d9d646f76725c09d74f7e8f3f996b6ca290187 (patch)
treef4ef4d3953078d01d3c8259c19e5182ab6921990 /tests/tests.pro
parent92d324ee21bcdde465570131770e14a3dff7b7a6 (diff)
downloadqxmpp-13d9d646f76725c09d74f7e8f3f996b6ca290187.tar.gz
split vcard tests
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index c7f6bcb8..a2814ebe 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -4,4 +4,8 @@ SUBDIRS = \
qxmppiq \
qxmppmessage \
qxmpppresence \
- qxmppstreaminitiationiq
+ qxmppvcardiq
+
+!isEmpty(QXMPP_AUTOTEST_INTERNAL) {
+ SUBDIRS += qxmppstreaminitiationiq
+}