summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstl
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-11-10 16:14:01 +0100
committerOlivier Goffart <olivier.goffart@nokia.com>2010-11-10 17:19:27 +0100
commit61d9fe38961a411be1f5d6b5a593a9a205277d4b (patch)
tree5596a8cf8ec67c0f5486fc9aa9984049b4dcc208 /tests/auto/qstl
parent27fe0f93f961e78b71cd0b729a0e324b847ec023 (diff)
QtCore autotests: make them paralelized.
The filesystem autotests are not paralized (because i was scary) For reference, script I used: cat corelib.pro | grep -v "=" | grep \\\\ | cut -f1 -d\\ | sed "s/\(.*\) /\1/" | grep -v file | xargs -I{} echo "echo CONFIG += parallel_test >> {}/{}.pro" > t . t Reviexed-by: Joao
Diffstat (limited to 'tests/auto/qstl')
-rw-r--r--tests/auto/qstl/qstl.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qstl/qstl.pro b/tests/auto/qstl/qstl.pro
index 5c9987496c..a0c9db1dfc 100644
--- a/tests/auto/qstl/qstl.pro
+++ b/tests/auto/qstl/qstl.pro
@@ -1,3 +1,4 @@
load(qttest_p4)
SOURCES += tst_qstl.cpp
QT = core
+CONFIG += parallel_test