X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2FMakefile;h=b1e02f95b987f5e626d089bc8629beb3be97a143;hb=ec99fc09061e9941f4d7ef54c8dfc2299c127a2d;hp=51595770d16f46936439700d07f9cc7018aa4521;hpb=d41fee94aa9622b55710c32bdf996168ac5a5625;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 5159577..b1e02f9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,6 +4,8 @@ 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 @@ -17,6 +19,7 @@ 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 @@ -26,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 \