Skip to content

Commit

Permalink
Removed make test-cov since it wont work with node 0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent 09b5c79 commit 1cce4d9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ HTMLDOCS = $(DOCS:.md=.html)
TESTS = $(shell find test/*.test.js)

test:
@NODE_ENV=test ./node_modules/.bin/expresso \
-I lib \
$(TESTFLAGS) \
$(TESTS)

test-cov:
@TESTFLAGS=--cov $(MAKE) test
@NODE_ENV=test ./node_modules/.bin/expresso $(TESTS)

docs: $(HTMLDOCS)
@ echo "... generating TOC"
Expand All @@ -32,4 +26,4 @@ site:
docclean:
rm -f docs/*.{1,html}

.PHONY: site test test-cov docs docclean
.PHONY: site test docs docclean

0 comments on commit 1cce4d9

Please sign in to comment.