From: Rohan McGovern Date: Tue, 29 May 2012 04:08:07 +0000 (+1000) Subject: Marked tst_qmake as parallel-safe X-Git-Tag: 071012110112~769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f21832a465e3db905f0cd7bb836daab84ac6f9f6;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/tools/qmake/qmake.pro b/tests/auto/tools/qmake/qmake.pro index 1d9c5be..05f89e1 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