#!/bin/sh -u
commontestopts="--python-command python3 --prep-test-path util/prep_test.py --minify-uglifyjs2 deps/UglifyJS/bin/uglifyjs --util-include-path tests/ecmascript --known-issues doc/testcase-known-issues.yaml --num-threads 4"
nodejs runtests/runtests.js $commontestopts tests/api/
#nodejs runtests/runtests.js $commontestopts --run-duk -cmd-duk=$PWD/build/duk \
#        --report-diff-to-other ---run-nodejs --run-rhino tests/ecmascript/
