make check should run the phantomjs tests as well, MKWS-233
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Jul 2014 08:48:55 +0000 (08:48 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Jul 2014 08:48:55 +0000 (08:48 +0000)
Makefile

index c88ca4b..4bb0cc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,7 @@ phantomjs p:
 setup: 
        ${MAKE} -C./test node-modules
 
-check: setup check-js
-       @echo ""
-       @echo "To run jasmine regression tests, type: make phantomjs"
+check: setup check-js phantomjs
 
 help:
        @echo "make [ all | setup | clean | distclean ]"