328a9420d0
Reference tasks with detailed information of failures rather than generic task for blacklisted tests. Task-number: QTBUG-27732 Change-Id: I0f0f500d255ea8748dd98d066deeaf1dfcdb7ec8 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
18 lines
467 B
Prolog
18 lines
467 B
Prolog
CONFIG += testcase
|
|
|
|
# This is temporary to start running the test as part of normal CI.
|
|
CONFIG += insignificant_test # QTBUG-27732
|
|
|
|
|
|
TARGET = tst_qaccessibilitylinux
|
|
SOURCES += tst_qaccessibilitylinux.cpp \
|
|
../../../../src/platformsupport/linuxaccessibility/dbusconnection.cpp \
|
|
../../../../src/platformsupport/linuxaccessibility/struct_marshallers.cpp
|
|
|
|
CONFIG += gui
|
|
CONFIG += link_pkgconfig
|
|
|
|
QT += gui gui-private widgets dbus testlib
|
|
|
|
PKGCONFIG += atspi-2
|