aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/v4/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/v4/tests.pro')
-rw-r--r--tests/manual/v4/tests.pro17
1 files changed, 15 insertions, 2 deletions
diff --git a/tests/manual/v4/tests.pro b/tests/manual/v4/tests.pro
index 85e4f3a53d..5a0a97dcd3 100644
--- a/tests/manual/v4/tests.pro
+++ b/tests/manual/v4/tests.pro
@@ -1,2 +1,15 @@
-TEMPLATE = subdirs
-SUBDIRS += auto
+TEMPLATE = aux
+
+TESTSCRIPT=$$PWD/test262.py
+V4CMD = v4
+
+checktarget.target = check
+checktarget.commands = python $$TESTSCRIPT --command=$$V4CMD --parallel --with-test-expectations --update-expectations
+checktarget.depends = all
+QMAKE_EXTRA_TARGETS += checktarget
+
+checkmothtarget.target = check-interpreter
+checkmothtarget.commands = python $$TESTSCRIPT --command=\"$$V4CMD --interpret\" --parallel --with-test-expectations
+checkmothtarget.depends = all
+QMAKE_EXTRA_TARGETS += checkmothtarget
+