From 658b7c8e93afb0737d82291eac894516dcdf60b3 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 28 Oct 2011 09:52:40 +1000 Subject: These are system tests. Allow suppressing them. Change-Id: I107b90658304d44fe7fb0b885ae47e26df7be6d1 Sanity-Review: Qt Sanity Bot Reviewed-by: Zsolt Simon --- tests/auto/legacy_sensors/legacy_sensors.pro | 2 +- tests/auto/qtsensors5/qtsensors5.pro | 2 +- 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 -- cgit v1.2.3