From 8c2a51b5867e563e3e3b4c5bd05d6bab24965edf Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 10 Dec 2012 13:39:51 +0100 Subject: test: Remove CONFIG += testcase from manual tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manual tests are not supposed to be run by "make check" Change-Id: I0539b94f5286e89ddad2edf487d4b0d82fc2f374 Reviewed-by: Oswald Buddenhagen Reviewed-by: Simo Fält --- tests/manual/network_remote_stresstest/network_remote_stresstest.pro | 1 - tests/manual/network_stresstest/network_stresstest.pro | 1 - tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro | 1 - .../manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro | 1 - tests/manual/qnetworkreply/qnetworkreply.pro | 1 - tests/manual/qssloptions/qssloptions.pro | 1 - tests/manual/socketengine/socketengine.pro | 1 - 7 files changed, 7 deletions(-) (limited to 'tests/manual') diff --git a/tests/manual/network_remote_stresstest/network_remote_stresstest.pro b/tests/manual/network_remote_stresstest/network_remote_stresstest.pro index 02836f0a5d..736747e486 100644 --- a/tests/manual/network_remote_stresstest/network_remote_stresstest.pro +++ b/tests/manual/network_remote_stresstest/network_remote_stresstest.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TARGET = tst_network_remote_stresstest QT = core core-private network network-private testlib diff --git a/tests/manual/network_stresstest/network_stresstest.pro b/tests/manual/network_stresstest/network_stresstest.pro index 15a9156597..cefb064020 100644 --- a/tests/manual/network_stresstest/network_stresstest.pro +++ b/tests/manual/network_stresstest/network_stresstest.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TARGET = tst_network_stresstest QT = core-private network-private testlib diff --git a/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro index c33c87cd04..8440453cb7 100644 --- a/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro +++ b/tests/manual/qhttpnetworkconnection/qhttpnetworkconnection.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TEMPLATE = app TARGET = tst_qhttpnetworkconnection diff --git a/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro b/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro index 09cf2255f2..79de15933e 100644 --- a/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro +++ b/tests/manual/qnetworkconfigurationmanager/qnetworkconfigurationmanager.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TEMPLATE = app TARGET = tst_qnetworkconfigurationmanager diff --git a/tests/manual/qnetworkreply/qnetworkreply.pro b/tests/manual/qnetworkreply/qnetworkreply.pro index 2897e55857..3d98ee429f 100644 --- a/tests/manual/qnetworkreply/qnetworkreply.pro +++ b/tests/manual/qnetworkreply/qnetworkreply.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TEMPLATE = app TARGET = tst_qnetworkreply diff --git a/tests/manual/qssloptions/qssloptions.pro b/tests/manual/qssloptions/qssloptions.pro index c3487aa844..d4325b0fd1 100644 --- a/tests/manual/qssloptions/qssloptions.pro +++ b/tests/manual/qssloptions/qssloptions.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TARGET = tst_qssloptions QT -= gui diff --git a/tests/manual/socketengine/socketengine.pro b/tests/manual/socketengine/socketengine.pro index d9ac4cd2ca..3da17c2d49 100644 --- a/tests/manual/socketengine/socketengine.pro +++ b/tests/manual/socketengine/socketengine.pro @@ -1,4 +1,3 @@ -CONFIG += testcase TEMPLATE = app TARGET = tst_socketengine -- cgit v1.2.3