summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-28 09:52:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-28 03:17:36 +0200
commit658b7c8e93afb0737d82291eac894516dcdf60b3 (patch)
tree572127e05ab85dff1380b40e6352d0180b166b1a /tests
parentf3a1b434abcabe3e24a98778bb9f3567d030a17c (diff)
These are system tests. Allow suppressing them.
Change-Id: I107b90658304d44fe7fb0b885ae47e26df7be6d1 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/legacy_sensors/legacy_sensors.pro2
-rw-r--r--tests/auto/qtsensors5/qtsensors5.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/legacy_sensors/legacy_sensors.pro b/tests/auto/legacy_sensors/legacy_sensors.pro
index 0fb14d92..0597a7f2 100644
--- a/tests/auto/legacy_sensors/legacy_sensors.pro
+++ b/tests/auto/legacy_sensors/legacy_sensors.pro
@@ -1,6 +1,6 @@
TEMPLATE=app
TARGET=tst_legacy_sensors
-CONFIG += testcase
+!no_system_tests:CONFIG += testcase
QT = core testlib gui declarative
SOURCES += tst_legacy_sensors.cpp
diff --git a/tests/auto/qtsensors5/qtsensors5.pro b/tests/auto/qtsensors5/qtsensors5.pro
index 92d624dd..38b89ff4 100644
--- a/tests/auto/qtsensors5/qtsensors5.pro
+++ b/tests/auto/qtsensors5/qtsensors5.pro
@@ -1,6 +1,6 @@
TEMPLATE=app
TARGET=tst_qtsensors5
-CONFIG += testcase
+!no_system_tests:CONFIG += testcase
QT = core testlib gui declarative
SOURCES += tst_qtsensors5.cpp