diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 11:48:30 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-08 15:49:13 (GMT) |
commit | 5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52 (patch) | |
tree | 35beee7af121c737a4522dfb40c1ebdd7470c060 | |
parent | f0d703557322d1b536e72bbba8209f6a615f6dc1 (diff) | |
download | Qt-5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52.zip Qt-5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52.tar.gz Qt-5eb95f7f1dfe4cb3e29b42c1c183459c89e82d52.tar.bz2 |
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>
-rw-r--r-- | tests/auto/qcopchannel/testSend/testSend.pro | 2 | ||||
-rw-r--r-- | tests/auto/qdirectpainter/runDirectPainter/runDirectPainter.pro | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qcopchannel/testSend/testSend.pro b/tests/auto/qcopchannel/testSend/testSend.pro index 8cd37bd..6a73838 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 diff --git a/tests/auto/qdirectpainter/runDirectPainter/runDirectPainter.pro b/tests/auto/qdirectpainter/runDirectPainter/runDirectPainter.pro index 5b70dc6..e7c5676 100644 --- a/tests/auto/qdirectpainter/runDirectPainter/runDirectPainter.pro +++ b/tests/auto/qdirectpainter/runDirectPainter/runDirectPainter.pro @@ -1,4 +1,3 @@ -CONFIG += testcase QT += testlib SOURCES = main.cpp TARGET = runDirectPainter |