summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptv8testsuite
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-05-27 09:31:09 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-05-27 09:31:09 (GMT)
commite2c09e6b998aa139fa24e5a1f685159be97de8bd (patch)
tree796a74a1c535751fef43c989f1eb8e5218e36971 /tests/auto/qscriptv8testsuite
parentdce7765106788308b9567c43ce5342d53996b4c8 (diff)
downloadQt-e2c09e6b998aa139fa24e5a1f685159be97de8bd.zip
Qt-e2c09e6b998aa139fa24e5a1f685159be97de8bd.tar.gz
Qt-e2c09e6b998aa139fa24e5a1f685159be97de8bd.tar.bz2
Fixed qscriptv8testsuite test case deployment for Symbian.
Also gave more heap for test to run properly on Symbian.
Diffstat (limited to 'tests/auto/qscriptv8testsuite')
-rw-r--r--tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
index 9e35801..9a17e13 100644
--- a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
+++ b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
@@ -2,10 +2,10 @@ load(qttest_p4)
QT = core script
SOURCES += tst_qscriptv8testsuite.cpp
-wince*: {
+wince*|symbian: {
testFiles.sources = tests
testFiles.path = .
DEPLOYMENT += testFiles
}
-
+symbian:TARGET.EPOCHEAPSIZE = 0x00020000 0x01000000