test262: Allow specifying a custom V4CMD
Useful for running a test tree against different qmljs or if qmljs is outside PATH. Change-Id: Ibaa24a15d32b21f9293db2c042fe3f1de3bb75eb Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
f6cc3c9a73
commit
edffdcf9b4
|
@ -1,7 +1,7 @@
|
|||
TEMPLATE = aux
|
||||
|
||||
TESTSCRIPT=$$PWD/test262.py
|
||||
V4CMD = qmljs
|
||||
isEmpty(V4CMD): V4CMD = qmljs
|
||||
|
||||
checktarget.target = check
|
||||
checktarget.commands = python $$TESTSCRIPT --command=$$V4CMD --parallel --with-test-expectations --update-expectations
|
||||
|
|
Loading…
Reference in New Issue