diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-23 10:39:40 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-09-23 10:39:40 (GMT) |
commit | 77ac469063064a85cfec79fdc8d45cee0fa8e426 (patch) | |
tree | d461b80ba906d75e644cb939ada84a6a223d770f /tests/auto/qscriptjstestsuite | |
parent | 55cb8b6d1765d1446ae046a54d98aceeba9d9146 (diff) | |
download | Qt-77ac469063064a85cfec79fdc8d45cee0fa8e426.zip Qt-77ac469063064a85cfec79fdc8d45cee0fa8e426.tar.gz Qt-77ac469063064a85cfec79fdc8d45cee0fa8e426.tar.bz2 |
Removed explicit TARGET.EPOCHEAPSIZE statements from script tests
Large enough max heap for script tests is now defined by default
for all tests in qttest_p4.prf, so removed the statements from
individual script tests.
Reviewed-by: Janne Anttila
Diffstat (limited to 'tests/auto/qscriptjstestsuite')
-rw-r--r-- | tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro index 06b861e..07a4672 100644 --- a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro +++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro @@ -1,12 +1,10 @@ load(qttest_p4) QT = core script SOURCES += tst_qscriptjstestsuite.cpp -symbian { - TARGET.EPOCHEAPSIZE = 0x020000 0xA00000 -} else { - DEFINES += SRCDIR=\\\"$$PWD\\\" -} -wince*|symbian*: { + +!symbian: DEFINES += SRCDIR=\\\"$$PWD\\\" + +wince*|symbian: { testFiles.sources = tests testFiles.path = . DEPLOYMENT += testFiles |