Skip to content

Commit

Permalink
Updated make test-cov to use --cov
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 28, 2010
1 parent 8ace189 commit c410314
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ JSCOV = deps/jscoverage/node-jscoverage
test: $(BIN)
@./$(BIN) -I lib test/*.test.js

test-cov: $(BIN) $(JSCOV) lib-cov
@./$(BIN) -I lib-cov test/*.test.js

lib-cov:
@./$(JSCOV) lib lib-cov
test-cov: $(BIN)
@./$(BIN) -I lib --cov test/*.test.js

install: $(JSCOV) install-expresso
install $(JSCOV) $(PREFIX)/bin
Expand Down

0 comments on commit c410314

Please sign in to comment.