summaryrefslogtreecommitdiff
path: root/tests/auto/v8/v8main.cpp
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2012-11-26 16:47:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 10:24:01 +0100
commitba4f4d65b93e28ea0272cc1427c95dd2c9b6ed33 (patch)
treef4f4b6f13e60bee7484df6d1b42cc4c542a03fc4 /tests/auto/v8/v8main.cpp
parent78927b3ca01d5f3f1a2d3ac6e992046326b144ab (diff)
downloadqtjsbackend-ba4f4d65b93e28ea0272cc1427c95dd2c9b6ed33.tar.gz
Add testcase for variable declaration when QML compilation mode is enabled
Change-Id: I04596a40a5953cb8c93a28f10e07c3ba33dc4793 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/v8/v8main.cpp')
-rw-r--r--tests/auto/v8/v8main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/v8/v8main.cpp b/tests/auto/v8/v8main.cpp
index 309a900..fe75bd9 100644
--- a/tests/auto/v8/v8main.cpp
+++ b/tests/auto/v8/v8main.cpp
@@ -74,6 +74,7 @@ int main(int argc, char *argv[])
RUN_TEST(fallbackpropertyhandler_in_prototype);
RUN_TEST(fallbackpropertyhandler_nonempty);
RUN_TEST(completehash);
+ RUN_TEST(qmlmodevariables);
return exit_status;
}