Removed references to unused PULSE_TESTS variable
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 12 Oct 2011 05:08:14 +0000 (15:08 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 12 Oct 2011 06:18:32 +0000 (08:18 +0200)
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 <qt_sanity_bot@ovi.com>
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>

tests/auto/declarative/declarative.pro
tests/auto/qmldevtools/qmldevtools.pro
tests/auto/qtquick1/qtquick1.pro

index 5569eb6..a6bbd67 100644 (file)
@@ -94,6 +94,3 @@ contains(QT_CONFIG, private_tests) {
     SUBDIRS += $$PRIVATETESTS
     SUBDIRS += $$SGTESTS
 }
-
-# Tests which should run in Pulse
-PULSE_TESTS = $$SUBDIRS
index 28ab27b..a0ca1bf 100644 (file)
@@ -4,6 +4,3 @@ contains(QT_CONFIG, private_tests) {
     SUBDIRS += \
         compile
 }
-
-# Tests which should run in Pulse
-PULSE_TESTS = $$SUBDIRS
index 489accb..bc97410 100644 (file)
@@ -46,6 +46,3 @@ contains(QT_CONFIG, private_tests) {
            examples
 
 }
-
-# Tests which should run in Pulse
-PULSE_TESTS = $$SUBDIRS