summaryrefslogtreecommitdiffstats
path: root/tests/auto/v8/v8main.cpp
diff options
context:
space:
mode:
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 cd826ee..5ec41ad 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;
}