make check should run the phantomjs tests as well, MKWS-233
[mkws-moved-to-github.git] / Makefile
index e37daa0..4bb0cc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,15 +13,14 @@ clean distclean:
 check-js:
        ${MAKE} -C./test check
 
-phantomjs:
+phantomjs p:
        ${MAKE} -C./test $@
 
 # must be called once after GIT checkout
 setup: 
-#why?  ${MAKE} -C./tools/htdocs mkws-js-min
        ${MAKE} -C./test node-modules
 
-check: setup check-js
+check: setup check-js phantomjs
 
 help:
        @echo "make [ all | setup | clean | distclean ]"