mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
Added make test-cov
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.DS_Store
|
||||
lib-cov
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
|
||||
5
Makefile
5
Makefile
@@ -32,7 +32,10 @@ test:
|
||||
-I support/connect/lib \
|
||||
-I support/haml/lib \
|
||||
-I support/jade/lib \
|
||||
$(TESTFLAGS) \
|
||||
test/*.test.js
|
||||
test-cov:
|
||||
@TESTFLAGS=--cov $(MAKE) test
|
||||
|
||||
docs: docs/api.html $(MANPAGES) $(HTMLDOCS)
|
||||
|
||||
@@ -55,4 +58,4 @@ docs/api.html: lib/express/*.js
|
||||
docclean:
|
||||
rm -f docs/*.{1,html}
|
||||
|
||||
.PHONY: install uninstall install-docs install-support uninstall-support test docs docclean
|
||||
.PHONY: install uninstall install-docs install-support uninstall-support test test-cov docs docclean
|
||||
Reference in New Issue
Block a user