1
0
Fork 0

Added make check and test targets

master
Mike Gerwitz 2014-04-18 08:59:29 -04:00
parent e44d6453d0
commit bc923e4bc4
1 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,7 @@ all-am: todo
# placeholder
todo:
@echo "You are too early! Liza is not ready; check back later."
test: check
check:
@PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" mocha --recursive