summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue/qscriptvalue.pro
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-03-04 14:19:58 (GMT)
committerJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-03-04 14:42:34 (GMT)
commitc5d04bb263528e665ed0423a27af3cc4bd40e9f2 (patch)
treec7962daf597e0e2058162a8331fec0bfc399e1b5 /tests/auto/qscriptvalue/qscriptvalue.pro
parent22a54680149d8fe5170f16e6aba7aff645b43da2 (diff)
downloadQt-c5d04bb263528e665ed0423a27af3cc4bd40e9f2.zip
Qt-c5d04bb263528e665ed0423a27af3cc4bd40e9f2.tar.gz
Qt-c5d04bb263528e665ed0423a27af3cc4bd40e9f2.tar.bz2
Reduce compiling time of QScriptValue autotest suite on Windows.
The QScriptValue autotest suite compiles about 24 min with MSVS2008, which is unacceptable. Tests were splited into a few files for better use of distributed compilation. Repeated calls to insert() and operator<<() where replaced by loops, that should reduce time of code optimizing. Reviewed-by: Kent Hansen
Diffstat (limited to 'tests/auto/qscriptvalue/qscriptvalue.pro')
-rw-r--r--tests/auto/qscriptvalue/qscriptvalue.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/qscriptvalue/qscriptvalue.pro b/tests/auto/qscriptvalue/qscriptvalue.pro
index 191cd4a..c3e9912 100644
--- a/tests/auto/qscriptvalue/qscriptvalue.pro
+++ b/tests/auto/qscriptvalue/qscriptvalue.pro
@@ -4,8 +4,12 @@ SOURCES += tst_qscriptvalue.cpp
HEADERS += tst_qscriptvalue.h
# Generated by testgen
-SOURCES += tst_qscriptvalue_generated.cpp
-
+SOURCES += \
+ tst_qscriptvalue_generated_init.cpp \
+ tst_qscriptvalue_generated_cast.cpp \
+ tst_qscriptvalue_generated_comparison.cpp \
+ tst_qscriptvalue_generated_isXXX.cpp \
+ tst_qscriptvalue_generated_toXXX.cpp
win32-msvc* {
# With -O2, MSVC takes up to 24 minutes to compile this test!