diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-11-10 16:14:01 +0100 |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-11-10 17:19:27 +0100 |
commit | 61d9fe38961a411be1f5d6b5a593a9a205277d4b (patch) | |
tree | 5596a8cf8ec67c0f5486fc9aa9984049b4dcc208 /tests/auto/utf8 | |
parent | 27fe0f93f961e78b71cd0b729a0e324b847ec023 (diff) | |
download | qt4-tools-61d9fe38961a411be1f5d6b5a593a9a205277d4b.tar.gz |
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/utf8')
-rw-r--r-- | tests/auto/utf8/utf8.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/utf8/utf8.pro b/tests/auto/utf8/utf8.pro index 4ec6851b9b..aa133fe3ee 100644 --- a/tests/auto/utf8/utf8.pro +++ b/tests/auto/utf8/utf8.pro @@ -1,3 +1,4 @@ load(qttest_p4) QT -= gui SOURCES += tst_utf8.cpp +CONFIG += parallel_test |