summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/test
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-31 11:16:10 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-31 05:37:25 +0200
commitaf8fa2794b4d1580ad69ac7de40761634cb0fa39 (patch)
treef252705fcb5635f04f1aec112de08d1ef6bb7fd3 /tests/auto/corelib/io/qtextstream/test
parent26631bec9ffda88a2aad23e7400a4bc441b87a93 (diff)
Make tst_qtextstream parallel-safe.
Write to a QTemporaryDir instead of the test's build directory. Change-Id: Ib65a0d58fbdf8caf8f2cb7002aeed1ce34742183 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests/auto/corelib/io/qtextstream/test')
-rw-r--r--tests/auto/corelib/io/qtextstream/test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qtextstream/test/test.pro b/tests/auto/corelib/io/qtextstream/test/test.pro
index 93fb6d232f..df0bb137b8 100644
--- a/tests/auto/corelib/io/qtextstream/test/test.pro
+++ b/tests/auto/corelib/io/qtextstream/test/test.pro
@@ -1,4 +1,5 @@
CONFIG += testcase
+CONFIG += parallel_test
TARGET = ../tst_qtextstream
QT = core network testlib
SOURCES = ../tst_qtextstream.cpp