diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-11-10 15:14:01 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-11-10 16:19:27 (GMT) |
commit | 61d9fe38961a411be1f5d6b5a593a9a205277d4b (patch) | |
tree | 5596a8cf8ec67c0f5486fc9aa9984049b4dcc208 /tests/auto/qtconcurrentmap | |
parent | 27fe0f93f961e78b71cd0b729a0e324b847ec023 (diff) | |
download | Qt-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/qtconcurrentmap')
-rw-r--r-- | tests/auto/qtconcurrentmap/qtconcurrentmap.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qtconcurrentmap/qtconcurrentmap.pro b/tests/auto/qtconcurrentmap/qtconcurrentmap.pro index 8cae714..6fc3585 100644 --- a/tests/auto/qtconcurrentmap/qtconcurrentmap.pro +++ b/tests/auto/qtconcurrentmap/qtconcurrentmap.pro @@ -2,3 +2,5 @@ load(qttest_p4) DEFINES += QT_STRICT_ITERATORS SOURCES += tst_qtconcurrentmap.cpp QT = core +CONFIG += parallel_test +CONFIG += parallel_test |