From 177070cb7b64dc90ef637f5e68440ba733931fa8 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 24 May 2012 18:05:55 +1000 Subject: Add CONFIG+=parallel_test to suspected parallel-safe tests. These tests have passed a parallel stress test on all three of Linux, Mac, Windows. Mark them with CONFIG+=parallel_test to allow CI to run them in parallel, saving time. Change-Id: I19fd333c3c645a67374ca998f6c8530dd236b0f8 Reviewed-by: Toby Tomkins --- tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/widgets/dialogs/qprogressdialog') diff --git a/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro b/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro index 478e1d93ea..3fb76ccefb 100644 --- a/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro +++ b/tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro @@ -3,6 +3,7 @@ ############################################################ CONFIG += testcase +CONFIG += parallel_test TARGET = tst_qprogressdialog QT += widgets testlib SOURCES += tst_qprogressdialog.cpp -- cgit v1.2.3