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>
16 lines
256 B
Prolog
16 lines
256 B
Prolog
load(qttest_p4)
|
|
|
|
QT += multimediakit-private
|
|
|
|
# TARGET = tst_qmediaplayerbackend
|
|
|
|
# This is more of a system test
|
|
CONFIG -= testcase
|
|
|
|
DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
|
|
|
|
SOURCES += \
|
|
tst_qmediaplayerbackend.cpp
|
|
|
|
maemo*:CONFIG += insignificant_test
|