diff --git a/Makefile b/Makefile index 4e7d32dcb9..1d1fc08449 100644 --- a/Makefile +++ b/Makefile @@ -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