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

TESTSCRIPT=$$PWD/test262.py
isEmpty(V4CMD): 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