diff options
Diffstat (limited to 'tests/auto/qcryptographichash')
-rw-r--r-- | tests/auto/qcryptographichash/qcryptographichash.pro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/auto/qcryptographichash/qcryptographichash.pro b/tests/auto/qcryptographichash/qcryptographichash.pro index 65e31dc..7ce190a 100644 --- a/tests/auto/qcryptographichash/qcryptographichash.pro +++ b/tests/auto/qcryptographichash/qcryptographichash.pro @@ -1,9 +1,12 @@ -load(qttest_p4) +CONFIG += testcase + +TARGET = tst_qcryptographichash +QT = core testlib SOURCES += tst_qcryptographichash.cpp -QT = core symbian: { -TARGET.EPOCSTACKSIZE =0x5000 -TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb + TARGET.EPOCSTACKSIZE =0x5000 + TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb } + CONFIG += parallel_test |