fix simple tests - @thejameskyle

This commit is contained in:
Sebastian McKenzie 2015-01-27 07:18:21 +11:00
parent 2869878046
commit 344390d1b5

View File

@ -39,17 +39,17 @@ test: lint
test-simple:
# excludes test262
export SIMPLE_6TO5_TESTS=1
export SIMPLE_6TO5_TESTS=1; \
make test
test-all:
# includes traceur, esnext, regenerator
export ALL_6TO5_TESTS=1
export ALL_6TO5_TESTS=1; \
make test
test-cov:
export SIMPLE_6TO5_TESTS=1
rm -rf coverage
export SIMPLE_6TO5_TESTS=1; \
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
test-travis: bootstrap