summaryrefslogtreecommitdiff
path: root/tests/auto/v8/tst_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/v8/tst_v8.cpp')
-rw-r--r--tests/auto/v8/tst_v8.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/v8/tst_v8.cpp b/tests/auto/v8/tst_v8.cpp
index 235158e..f13e8f5 100644
--- a/tests/auto/v8/tst_v8.cpp
+++ b/tests/auto/v8/tst_v8.cpp
@@ -68,6 +68,7 @@ private slots:
void fallbackpropertyhandler_nonempty();
void completehash();
void stringhashcomparison();
+ void qmlmodevariables();
};
void tst_v8::eval()
@@ -140,6 +141,11 @@ void tst_v8::stringhashcomparison()
QVERIFY(v8test_stringhashcomparison());
}
+void tst_v8::qmlmodevariables()
+{
+ QVERIFY(v8test_qmlmodevariables());
+}
+
int main(int argc, char *argv[])
{
V8::SetFlagsFromCommandLine(&argc, argv, true);