diff --git a/Makefile b/Makefile index d27512973b..5798a2eb37 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MOCHA_CMD = node_modules/mocha/bin/_mocha export NODE_ENV = test -.PHONY: clean test test-cov test-clean lint test-travis test-spec test-browser publish build bootstrap +.PHONY: clean test test-cov test-clean lint test-travis test-spec test-simple test-all test-browser publish build bootstrap build: mkdir -p dist @@ -42,6 +42,11 @@ test-simple: export SIMPLE_6TO5_TESTS=1 make test +test-all: + # includes traceur, esnext, regenerator + export ALL_6TO5_TESTS=1 + make test + test-cov: rm -rf coverage node $(ISTANBUL_CMD) $(MOCHA_CMD) --