remove unneccesary rm -rf test/tmp from Makefile

This commit is contained in:
Sebastian McKenzie 2014-10-10 00:51:38 +11:00
parent 5dec694e50
commit 2b89b2022d

View File

@ -9,9 +9,7 @@ clean:
rm -rf coverage templates.json test/tmp dist rm -rf coverage templates.json test/tmp dist
test: test:
rm -rf test/tmp
$(MOCHA_CMD) $(MOCHA_CMD)
rm -rf test/tmp
bench: bench:
node node_modules/matcha/bin/_matcha node node_modules/matcha/bin/_matcha
@ -19,7 +17,6 @@ bench:
test-cov: test-cov:
rm -rf coverage rm -rf coverage
node $(ISTANBUL_CMD) $(MOCHA_CMD) -- node $(ISTANBUL_CMD) $(MOCHA_CMD) --
rm -rf test/tmp
test-travis: test-travis:
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec