Autotest: Mark D-Bus tests that don't connect to the bus as parallel

There's no problem running them in parallel.

Change-Id: I39cc61d0d59846ab8c23ffff142420a127ab6968
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Thiago Macieira 2015-12-28 14:40:56 -02:00
parent 1f6fa1f37a
commit 9510d99f08
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
CONFIG += testcase
CONFIG += testcase parallel_test
TARGET = tst_qdbusconnection_no_bus
QT = core dbus testlib
SOURCES += tst_qdbusconnection_no_bus.cpp

View File

@ -1,4 +1,4 @@
CONFIG += testcase
CONFIG += testcase parallel_test
TARGET = tst_qdbusmetaobject
QT = core dbus-private testlib
SOURCES += tst_qdbusmetaobject.cpp

View File

@ -1,4 +1,4 @@
CONFIG += testcase
CONFIG += testcase parallel_test
TARGET = tst_qdbusmetatype
QT = core dbus testlib
SOURCES += tst_qdbusmetatype.cpp

View File

@ -1,4 +1,4 @@
CONFIG += testcase
CONFIG += testcase parallel_test
TARGET = tst_qdbustype
QT = core-private dbus-private testlib
SOURCES += tst_qdbustype.cpp

View File

@ -1,4 +1,4 @@
CONFIG += testcase
CONFIG += testcase parallel_test
TARGET = tst_qdbusxmlparser
QT = core-private dbus-private xml testlib
SOURCES += tst_qdbusxmlparser.cpp