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>
This commit is contained in:
Michael Goddard
2011-08-04 16:38:42 +10:00
committed by Qt by Nokia
parent af84038bef
commit 6eac3bd648
6 changed files with 17 additions and 16 deletions

View File

@@ -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

View File

@@ -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/\\\"

View File

@@ -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/\\\"

View File

@@ -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

View File

@@ -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/\\\"

View File

@@ -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