blob: 9c09ee701e5ca38fbc1ed79f5d4046a35c8f8eed [file] [log] [blame]
TEMPLATE = subdirs
SUBDIRS = testcase.pro qjstest
checkjittarget.target = check-jit
checkjittarget.commands = qjstest --jit --parallel --with-test-expectations --update-expectations
checkjittarget.depends = all
QMAKE_EXTRA_TARGETS += checkjittarget
checkmothtarget.target = check-interpreter
checkmothtarget.commands = qjstest --interpret --parallel --with-test-expectations
checkmothtarget.depends = all
QMAKE_EXTRA_TARGETS += checkmothtarget