Don't mark selftest subtests as testcases.

The subtests are intended to be executed by tst_selftests and therefore
don't need to have "CONFIG += testcase", which causes 'make check" to
treat them as stand-alone tests.

Change-Id: I1b47e0186be99c591bb1e03bbec6386518f8a449
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-12-05 17:57:02 +10:00 committed by Qt by Nokia
parent 05044cd982
commit 5d74683b7a
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
CONFIG += testcase
SOURCES += tst_printdatatags.cpp
QT = core testlib

View File

@ -1,4 +1,3 @@
CONFIG += testcase
SOURCES += tst_printdatatagswithglobaltags.cpp
QT = core testlib