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:
parent
05044cd982
commit
5d74683b7a
@ -1,4 +1,3 @@
|
||||
CONFIG += testcase
|
||||
SOURCES += tst_printdatatags.cpp
|
||||
QT = core testlib
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG += testcase
|
||||
SOURCES += tst_printdatatagswithglobaltags.cpp
|
||||
QT = core testlib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user