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:
Robin Burchell 2017-01-18 20:08:44 +01:00
parent f6cc3c9a73
commit edffdcf9b4
1 changed files with 1 additions and 1 deletions

View File

@ -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