From 9510d99f088d328efab265745351a0fb21c9ae00 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 28 Dec 2015 14:40:56 -0200 Subject: 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 --- tests/auto/dbus/qdbustype/qdbustype.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/dbus/qdbustype') diff --git a/tests/auto/dbus/qdbustype/qdbustype.pro b/tests/auto/dbus/qdbustype/qdbustype.pro index 21df33d2c7..7db87d279e 100644 --- a/tests/auto/dbus/qdbustype/qdbustype.pro +++ b/tests/auto/dbus/qdbustype/qdbustype.pro @@ -1,4 +1,4 @@ -CONFIG += testcase +CONFIG += testcase parallel_test TARGET = tst_qdbustype QT = core-private dbus-private testlib SOURCES += tst_qdbustype.cpp -- cgit v1.2.3