From f21832a465e3db905f0cd7bb836daab84ac6f9f6 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 29 May 2012 14:08:07 +1000 Subject: Marked tst_qmake as parallel-safe This autotest fails a parallel-stress test because it writes into its own source/build directory. However, by inspection, it appears not likely to cause issues with any tests other than itself. Change-Id: I13789ba14bab240d34c22c5b77d6407995423afc Reviewed-by: Toby Tomkins --- tests/auto/tools/qmake/qmake.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/tools') diff --git a/tests/auto/tools/qmake/qmake.pro b/tests/auto/tools/qmake/qmake.pro index 1d9c5bec6e..05f89e1691 100644 --- a/tests/auto/tools/qmake/qmake.pro +++ b/tests/auto/tools/qmake/qmake.pro @@ -1,4 +1,5 @@ CONFIG += testcase +CONFIG += parallel_test TARGET = tst_qmake HEADERS += testcompiler.h SOURCES += tst_qmake.cpp testcompiler.cpp -- cgit v1.2.3