From bc923e4bc4efe9c400899f3cfa015ab8ea4f426c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 18 Apr 2014 08:59:29 -0400 Subject: [PATCH] Added make check and test targets --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index d49c617..019a10c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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