1
0
Fork 0

Added TESTARGS for check target

Allows passing arguments to mocha
master
Mike Gerwitz 2014-04-18 09:11:01 -04:00
parent bc923e4bc4
commit a9556b9284
1 changed files with 2 additions and 1 deletions

View File

@ -30,4 +30,5 @@ todo:
test: check
check:
@PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" mocha --recursive
@PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \
mocha --recursive $(TESTARGS)