add test262

This commit is contained in:
Sebastian McKenzie
2015-01-07 13:08:06 +11:00
parent fa42b076a7
commit c420d1ffc3
4 changed files with 64 additions and 0 deletions

View File

@@ -37,6 +37,11 @@ test: lint
$(MOCHA_CMD)
make test-clean
test-simple:
# excludes test262
export SIMPLE_6TO5_TESTS=1
make test
test-cov:
rm -rf coverage
node $(ISTANBUL_CMD) $(MOCHA_CMD) --