From: Wolfram Schneider Date: Wed, 2 Jul 2014 08:48:55 +0000 (+0000) Subject: make check should run the phantomjs tests as well, MKWS-233 X-Git-Tag: 1.0.0~458^2~6 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=7969d3285f1c7b29c5f835044f0235691910a561 make check should run the phantomjs tests as well, MKWS-233 --- diff --git a/Makefile b/Makefile index c88ca4b..4bb0cc2 100644 --- 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 ]"