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:
committed by
Qt by Nokia
parent
af84038bef
commit
6eac3bd648
@@ -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
|
||||
|
||||
|
||||
@@ -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/\\\"
|
||||
|
||||
|
||||
@@ -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/\\\"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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/\\\"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user