diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 12:48:30 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-08 16:49:13 +0100 |
commit | 5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52 (patch) | |
tree | 35beee7af121c737a4522dfb40c1ebdd7470c060 /tests/auto/qcopchannel | |
parent | f0d703557322d1b536e72bbba8209f6a615f6dc1 (diff) | |
download | qt4-tools-5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52.tar.gz |
tests: Don't mark qcopchannel and qdirectpainter subtests as testcases.
The subtests are intended to be executed by tst_qcopchannel/tst_qdirectpainter
and therefore don't need to have "CONFIG += testcase", which causes 'make check'
to treat them as stand-alone tests.
Change-Id: I3461275f5e32f1fa8836f17d0e9e6d0780dd81e5
Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qcopchannel')
-rw-r--r-- | tests/auto/qcopchannel/testSend/testSend.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qcopchannel/testSend/testSend.pro b/tests/auto/qcopchannel/testSend/testSend.pro index 8cd37bdff7..6a738381c5 100644 --- a/tests/auto/qcopchannel/testSend/testSend.pro +++ b/tests/auto/qcopchannel/testSend/testSend.pro @@ -1,5 +1,3 @@ -CONFIG += testcase - TARGET = testSend QT += testlib SOURCES = main.cpp |