Marked tst_qmake as parallel-safe
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 29 May 2012 04:08:07 +0000 (14:08 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 07:39:18 +0000 (09:39 +0200)
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>
tests/auto/tools/qmake/qmake.pro

index 1d9c5be..05f89e1 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmake
 HEADERS += testcompiler.h
 SOURCES += tst_qmake.cpp testcompiler.cpp