X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=b9ea996050ed8c7e75a9856bd6c98b16faa524bc;hb=751f456c8754f1adeada606b404cd0f54b367cbc;hp=09f35550107df613f306148facc63a561db9c453;hpb=0ac96ac32ccbb24eb9ca37a3e4754e74535d1bc1;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 09f3555..b9ea996 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,6 +3,7 @@ # For running on Mike's local install of node.js MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin NPM_INSTALL_FLAGS=-q +PHANTOMJS= ./node_modules/phantomjs/bin/phantomjs all: check @@ -23,6 +24,10 @@ test: check 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 + jsbeautifier jsb indent: for i in ./spec*/*.js ./js/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ @@ -33,5 +38,5 @@ node_modules: npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs help: - @echo "make [ all | check | clean | distclean ]" + @echo "make [ all | check | phantomjs | clean | distclean ]" @echo " [ jsbeautifier | node-modules ]"