X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2FMakefile;h=b1e02f95b987f5e626d089bc8629beb3be97a143;hb=ec99fc09061e9941f4d7ef54c8dfc2299c127a2d;hp=b9ea996050ed8c7e75a9856bd6c98b16faa524bc;hpb=751f456c8754f1adeada606b404cd0f54b367cbc;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index b9ea996..b1e02f9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,18 +4,22 @@ MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin NPM_INSTALL_FLAGS=-q PHANTOMJS= ./node_modules/phantomjs/bin/phantomjs +PHANTOMJS_URL= https://mkws-dev.indexdata.com/jasmine-popup.html +PHANTOMJS_TIMEOUT= 8 all: check clean: + rm -f mkws-error.png -distclean: +distclean: clean rm -rf node_modules mkws-complete-syntax-check: ${MAKE} -C../tools/htdocs $@ check: mkws-complete-syntax-check + @if [ ! -e node_modules ]; then echo "please run first: make node-modules"; exit 1; fi jasmine-node --noColor --captureExceptions --forceexit ./spec jasmine-node --noColor --captureExceptions --forceexit ./spec-sp @@ -25,8 +29,7 @@ terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec phantomjs: - @# ${PHANTOMJS} phantom/evaluate.js https://mkws-dev.indexdata.com/jasmine-local-popup.html - ${PHANTOMJS} phantom/evaluate.js https://mkws-dev.indexdata.com/jasmine-popup.html + ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} jsbeautifier jsb indent: for i in ./spec*/*.js ./js/*.js; do \