X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile;h=23d1ab8eb314614118412818c4afef1ec628bdcb;hp=451371cd0514e41f0c96be51ca3f38548f541b2e;hb=90a334c4502a6e1e6cc15732373acf2676b9c599;hpb=06c6052959307f4f9e7b2c6607109b58b28ba1da diff --git a/test/Makefile b/test/Makefile index 451371c..23d1ab8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -46,6 +46,9 @@ mkws-complete-syntax-check: check check-js: node-modules mkws-complete-syntax-check ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec +check-dev: node-modules mkws-complete-syntax-check + ${JASMINE_NODE} --noColor --captureExceptions --forceexit ./spec-dev + check-node-installation: @if [ ! -e node_modules ]; then \ echo "==> please run first: make node-modules"; \ @@ -119,7 +122,7 @@ apache-stop: rm -f ${APACHE_PID_FILE} help: - @echo "make [ all | check | clean | distclean ]" + @echo "make [ all | check | check-dev | clean | distclean ]" @echo " [ phantomjs | phantomjs-all ]" @echo " [ jsbeautifier | perltidy | screenshot ]" @echo " [ screenshots ]"