From 61d9fe38961a411be1f5d6b5a593a9a205277d4b Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 10 Nov 2010 16:14:01 +0100 Subject: 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 --- tests/auto/qstringlist/qstringlist.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qstringlist') diff --git a/tests/auto/qstringlist/qstringlist.pro b/tests/auto/qstringlist/qstringlist.pro index aee074bad3..d82a3487fd 100644 --- a/tests/auto/qstringlist/qstringlist.pro +++ b/tests/auto/qstringlist/qstringlist.pro @@ -1,3 +1,4 @@ load(qttest_p4) SOURCES += tst_qstringlist.cpp QT = core +CONFIG += parallel_test -- cgit v1.2.3