diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-10-01 14:17:42 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-10-01 14:17:42 +0200 |
| commit | f00ade4212107f721b090391b957c9bcd397dab6 (patch) | |
| tree | c14b3777469d14d8a5b3da3d8f6cb1661208145a /tests | |
| parent | 01a91df9fea68f55ae20b3ef8987002e00b622a5 (diff) | |
| download | qxmpp-f00ade4212107f721b090391b957c9bcd397dab6.tar.gz | |
rename QXmppSessionIq test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/all/all.pro | 3 | ||||
| -rw-r--r-- | tests/qxmppsessioniq/qxmppsessioniq.pro | 3 | ||||
| -rw-r--r-- | tests/qxmppsessioniq/tst_qxmppsessioniq.cpp (renamed from tests/all/tests.cpp) | 2 | ||||
| -rw-r--r-- | tests/tests.pro | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/all/all.pro b/tests/all/all.pro deleted file mode 100644 index ba6fd763..00000000 --- a/tests/all/all.pro +++ /dev/null @@ -1,3 +0,0 @@ -include(../tests.pri) -TARGET = tst_all -SOURCES += tests.cpp diff --git a/tests/qxmppsessioniq/qxmppsessioniq.pro b/tests/qxmppsessioniq/qxmppsessioniq.pro new file mode 100644 index 00000000..7156defb --- /dev/null +++ b/tests/qxmppsessioniq/qxmppsessioniq.pro @@ -0,0 +1,3 @@ +include(../tests.pri) +TARGET = tst_qxmppsessioniq +SOURCES += tst_qxmppsessioniq.cpp diff --git a/tests/all/tests.cpp b/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp index 3253ba4a..4c803261 100644 --- a/tests/all/tests.cpp +++ b/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp @@ -49,4 +49,4 @@ void TestPackets::testSession() } QTEST_MAIN(TestPackets) -#include "tests.moc" +#include "tst_qxmppsessioniq.moc" diff --git a/tests/tests.pro b/tests/tests.pro index 80cfd245..e6cc6e21 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs SUBDIRS = \ - all \ qxmpparchiveiq \ qxmppbindiq \ qxmppdataform \ @@ -18,6 +17,7 @@ SUBDIRS = \ qxmpprpciq \ qxmpprtppacket \ qxmppserver \ + qxmppsessioniq \ qxmppstanza \ qxmppstreamfeatures \ qxmppstunmessage \ |
