From 5d74683b7afa90cc316f0e68d61e0f402fb0e9e7 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 5 Dec 2011 17:57:02 +1000 Subject: 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 --- .../printdatatagswithglobaltags/printdatatagswithglobaltags.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro') diff --git a/tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro b/tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro index baec7dab06..f1cf25d104 100644 --- a/tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro +++ b/tests/auto/testlib/selftests/printdatatagswithglobaltags/printdatatagswithglobaltags.pro @@ -1,4 +1,3 @@ -CONFIG += testcase SOURCES += tst_printdatatagswithglobaltags.cpp QT = core testlib -- cgit v1.2.3