summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject
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/qobject
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/qobject')
-rw-r--r--tests/auto/qobject/qobject.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qobject/qobject.pro b/tests/auto/qobject/qobject.pro
index b6b3f20f22..113e14a61d 100644
--- a/tests/auto/qobject/qobject.pro
+++ b/tests/auto/qobject/qobject.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = tst_qobject.pro signalbug.pro
+CONFIG += parallel_test