Skip to content

Commit

Permalink
fixed make test
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed May 31, 2012
1 parent 00046cb commit b9d1841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
REPORTER = spec

test:
@rm -rf lib-cov
@jscoverage lib lib-cov
@NODE_ENV=test ./node_modules/.bin/mocha test/*-test.js test/*/*-test.js $(OPT) --reporter $(REPORTER)

test-bail:
@rm -rf lib-cov
@jscoverage lib lib-cov
$(MAKE) test OPT=--bail

test-cov:
Expand Down

0 comments on commit b9d1841

Please sign in to comment.