aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/v4/tests.pro
blob: a86a6bf6af11645b39209d2aa9800f66d2a78bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = aux

TESTSCRIPT=$$PWD/test262.py
V4CMD = qmljs

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