summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwineventnotifier
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-11-10 15:14:01 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-11-10 16:19:27 (GMT)
commit61d9fe38961a411be1f5d6b5a593a9a205277d4b (patch)
tree5596a8cf8ec67c0f5486fc9aa9984049b4dcc208 /tests/auto/qwineventnotifier
parent27fe0f93f961e78b71cd0b729a0e324b847ec023 (diff)
downloadQt-61d9fe38961a411be1f5d6b5a593a9a205277d4b.zip
Qt-61d9fe38961a411be1f5d6b5a593a9a205277d4b.tar.gz
Qt-61d9fe38961a411be1f5d6b5a593a9a205277d4b.tar.bz2
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/qwineventnotifier')
-rw-r--r--tests/auto/qwineventnotifier/qwineventnotifier.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qwineventnotifier/qwineventnotifier.pro b/tests/auto/qwineventnotifier/qwineventnotifier.pro
index 0c8bd2b..62da3a3 100644
--- a/tests/auto/qwineventnotifier/qwineventnotifier.pro
+++ b/tests/auto/qwineventnotifier/qwineventnotifier.pro
@@ -1,3 +1,4 @@
load(qttest_p4)
SOURCES += tst_qwineventnotifier.cpp
QT = core
+CONFIG += parallel_test