aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-06-11 22:23:41 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-06-20 07:42:08 +0000
commite88500ff2518de358c0b5e9a7e8e0d7c33bfeadd (patch)
tree137ddbde22bdea98a11834e196e45de76ad17a6f /tests/auto/qml/qml.pro
parentf7e462ba153ff33a02cad903efc8662f1eacd225 (diff)
Increase test coverage for the V4 memory manager
This commit adds a small test that exercises a number of code paths inside qv4mm.cpp which are normally gated via environment variables. Change-Id: Ibe959387a9b86ce68df258513446d2165fe06ee2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 33b8d5d983..a1daa7a0c4 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -62,7 +62,8 @@ PRIVATETESTS += \
qqmltranslation \
qqmlimport \
qqmlobjectmodel \
- qmldiskcache
+ qmldiskcache \
+ qv4mm
qtHaveModule(widgets) {
PUBLICTESTS += \