1
0
Fork 0

Makefile: Do not silence check target command

master
Mike Gerwitz 2017-03-23 11:36:20 -04:00
parent d4ee4dbe7f
commit 2bd3f117d4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ modindex: $(nsindex)
test: check
check:
@PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \
PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \
mocha @NODE_DESTRUCTURE@ \
--require $(path_test)/pre.js \
--recursive \