add test-all make command

This commit is contained in:
Sebastian McKenzie
2015-01-07 13:11:25 +11:00
parent 44a35400f5
commit 9287449372

View File

@@ -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) --