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:
parent
1f6fa1f37a
commit
9510d99f08
@ -1,4 +1,4 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase parallel_test
|
||||||
TARGET = tst_qdbusconnection_no_bus
|
TARGET = tst_qdbusconnection_no_bus
|
||||||
QT = core dbus testlib
|
QT = core dbus testlib
|
||||||
SOURCES += tst_qdbusconnection_no_bus.cpp
|
SOURCES += tst_qdbusconnection_no_bus.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase parallel_test
|
||||||
TARGET = tst_qdbusmetaobject
|
TARGET = tst_qdbusmetaobject
|
||||||
QT = core dbus-private testlib
|
QT = core dbus-private testlib
|
||||||
SOURCES += tst_qdbusmetaobject.cpp
|
SOURCES += tst_qdbusmetaobject.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase parallel_test
|
||||||
TARGET = tst_qdbusmetatype
|
TARGET = tst_qdbusmetatype
|
||||||
QT = core dbus testlib
|
QT = core dbus testlib
|
||||||
SOURCES += tst_qdbusmetatype.cpp
|
SOURCES += tst_qdbusmetatype.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase parallel_test
|
||||||
TARGET = tst_qdbustype
|
TARGET = tst_qdbustype
|
||||||
QT = core-private dbus-private testlib
|
QT = core-private dbus-private testlib
|
||||||
SOURCES += tst_qdbustype.cpp
|
SOURCES += tst_qdbustype.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CONFIG += testcase
|
CONFIG += testcase parallel_test
|
||||||
TARGET = tst_qdbusxmlparser
|
TARGET = tst_qdbusxmlparser
|
||||||
QT = core-private dbus-private xml testlib
|
QT = core-private dbus-private xml testlib
|
||||||
SOURCES += tst_qdbusxmlparser.cpp
|
SOURCES += tst_qdbusxmlparser.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user