summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-29 14:08:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 09:39:18 +0200
commitf21832a465e3db905f0cd7bb836daab84ac6f9f6 (patch)
tree77309a13807873e810ba66c3f2f23e4d7f47326f /tests/auto/tools
parent88da8b4878a97faf2304a517e6173535bd6fb787 (diff)
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 <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/qmake/qmake.pro1
1 files changed, 1 insertions, 0 deletions
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