From 73f7ec2a06e4957fd8306d4b3655ed9d2101db21 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 12 Oct 2011 15:08:14 +1000 Subject: [PATCH] Removed references to unused PULSE_TESTS variable This has not been used for a very long time (since before QtDeclarative was merged into Qt4). Change-Id: Ie5b4578582d7b04784f11db3d8ce92ba258b782d Reviewed-on: http://codereview.qt-project.org/6484 Sanity-Review: Qt Sanity Bot Reviewed-by: Alan Alpert --- tests/auto/declarative/declarative.pro | 3 --- tests/auto/qmldevtools/qmldevtools.pro | 3 --- tests/auto/qtquick1/qtquick1.pro | 3 --- 3 files changed, 0 insertions(+), 9 deletions(-) diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 5569eb6..a6bbd67 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -94,6 +94,3 @@ contains(QT_CONFIG, private_tests) { SUBDIRS += $$PRIVATETESTS SUBDIRS += $$SGTESTS } - -# Tests which should run in Pulse -PULSE_TESTS = $$SUBDIRS diff --git a/tests/auto/qmldevtools/qmldevtools.pro b/tests/auto/qmldevtools/qmldevtools.pro index 28ab27b..a0ca1bf 100644 --- a/tests/auto/qmldevtools/qmldevtools.pro +++ b/tests/auto/qmldevtools/qmldevtools.pro @@ -4,6 +4,3 @@ contains(QT_CONFIG, private_tests) { SUBDIRS += \ compile } - -# Tests which should run in Pulse -PULSE_TESTS = $$SUBDIRS diff --git a/tests/auto/qtquick1/qtquick1.pro b/tests/auto/qtquick1/qtquick1.pro index 489accb..bc97410 100644 --- a/tests/auto/qtquick1/qtquick1.pro +++ b/tests/auto/qtquick1/qtquick1.pro @@ -46,6 +46,3 @@ contains(QT_CONFIG, private_tests) { examples } - -# Tests which should run in Pulse -PULSE_TESTS = $$SUBDIRS -- 1.7.2.5