summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-08-04 16:38:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-04 08:53:51 +0200
commit6eac3bd6488f8d8b368d97bdb8d701b804310be6 (patch)
tree44c62c6dce4e9353c765ad3bb33d2c29443c2911
parentaf84038bef9a60a6a4f4f7c2b43f5268923a1114 (diff)
Mark a few tests as "not autotests".
So "make check" doesn't find them, since they are more system tests than automatic unit tests (since they access the real MM backends). Change-Id: I3322b4206bce16a97c28753b80c0ed5dc0bb250e Reviewed-on: http://codereview.qt.nokia.com/2599 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
-rw-r--r--tests/auto/qaudiodeviceinfo/qaudiodeviceinfo.pro4
-rw-r--r--tests/auto/qaudioinput/qaudioinput.pro7
-rw-r--r--tests/auto/qaudiooutput/qaudiooutput.pro7
-rw-r--r--tests/auto/qcamerabackend/qcamerabackend.pro4
-rw-r--r--tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro7
-rw-r--r--tests/auto/qsoundeffect/qsoundeffect.pro4
6 files changed, 17 insertions, 16 deletions
diff --git a/tests/auto/qaudiodeviceinfo/qaudiodeviceinfo.pro b/tests/auto/qaudiodeviceinfo/qaudiodeviceinfo.pro
index 1b2452419..08d1634bb 100644
--- a/tests/auto/qaudiodeviceinfo/qaudiodeviceinfo.pro
+++ b/tests/auto/qaudiodeviceinfo/qaudiodeviceinfo.pro
@@ -3,7 +3,9 @@ load(qttest_p4)
QT += core multimediakit-private
# TARGET = tst_qaudiodeviceinfo
-# CONFIG += testcase
+
+# This is more of a system test
+CONFIG -= testcase
SOURCES += tst_qaudiodeviceinfo.cpp
diff --git a/tests/auto/qaudioinput/qaudioinput.pro b/tests/auto/qaudioinput/qaudioinput.pro
index 98a92606c..20a12b8fc 100644
--- a/tests/auto/qaudioinput/qaudioinput.pro
+++ b/tests/auto/qaudioinput/qaudioinput.pro
@@ -1,12 +1,11 @@
load(qttest_p4)
-# temporarily disable on mac
-CONFIG += insignificant_test
-
QT += core multimediakit-private
# TARGET = tst_qaudioinput
-# CONFIG += testcase
+
+# This is more of a system test
+CONFIG -= testcase
DEFINES += SRCDIR=\\\"$$PWD/\\\"
diff --git a/tests/auto/qaudiooutput/qaudiooutput.pro b/tests/auto/qaudiooutput/qaudiooutput.pro
index 6a6804287..dcbd4cb99 100644
--- a/tests/auto/qaudiooutput/qaudiooutput.pro
+++ b/tests/auto/qaudiooutput/qaudiooutput.pro
@@ -1,12 +1,11 @@
load(qttest_p4)
-# temporarily disable on mac
-CONFIG += insignificant_test
-
QT += core multimediakit-private
# TARGET = tst_qaudiooutput
-# CONFIG += testcase
+
+# This is more of a system test
+CONFIG -= testcase
DEFINES += SRCDIR=\\\"$$PWD/\\\"
diff --git a/tests/auto/qcamerabackend/qcamerabackend.pro b/tests/auto/qcamerabackend/qcamerabackend.pro
index 3162b5443..8debf4134 100644
--- a/tests/auto/qcamerabackend/qcamerabackend.pro
+++ b/tests/auto/qcamerabackend/qcamerabackend.pro
@@ -3,7 +3,9 @@ load(qttest_p4)
QT += multimediakit-private
# TARGET = tst_qcamerabackend
-# CONFIG += testcase
+
+# This is more of a system test
+CONFIG -= testcase
SOURCES += tst_qcamerabackend.cpp
diff --git a/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro b/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
index 178a9194a..a14dc3bb4 100644
--- a/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
+++ b/tests/auto/qmediaplayerbackend/qmediaplayerbackend.pro
@@ -1,12 +1,11 @@
load(qttest_p4)
-# temporarily blacklist because it fails for unknown reason
-CONFIG += insignificant_test
-
QT += multimediakit-private
# TARGET = tst_qmediaplayerbackend
-# CONFIG += testcase
+
+# This is more of a system test
+CONFIG -= testcase
DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
diff --git a/tests/auto/qsoundeffect/qsoundeffect.pro b/tests/auto/qsoundeffect/qsoundeffect.pro
index a3be12dfa..b5a510a44 100644
--- a/tests/auto/qsoundeffect/qsoundeffect.pro
+++ b/tests/auto/qsoundeffect/qsoundeffect.pro
@@ -2,8 +2,8 @@ load(qttest_p4)
QT += core declarative multimediakit-private
-# temporarily blacklist test because it fails
-CONFIG += insignificant_test
+# This is more of a system test
+CONFIG -= testcase
SOURCES += tst_qsoundeffect.cpp