From: Wolfram Schneider Date: Wed, 16 Apr 2014 09:16:03 +0000 (+0000) Subject: display a info how to run jasmine regression tests X-Git-Tag: 1.0.0~621^2~30 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=5d307bd92d2fa1264bdee98fd6d10925f91e17ab;hp=571327a861c81095b2dfaba948d492a573b06377 display a info how to run jasmine regression tests --- diff --git a/Makefile b/Makefile index e37daa0..9504c36 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean distclean: check-js: ${MAKE} -C./test check -phantomjs: +phantomjs p: ${MAKE} -C./test $@ # must be called once after GIT checkout @@ -22,6 +22,8 @@ setup: ${MAKE} -C./test node-modules check: setup check-js + @echo "" + @echo "To run jasmine regression tests, type: make phantomjs" help: @echo "make [ all | setup | clean | distclean ]"