X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=bf0f56138dbc685fb0692dce956814d3adc11553;hb=5cc76c5cf01bbdda6592dff923865c581a6473aa;hp=5f059cc9eb4723224744af4987c8046f23f36044;hpb=3fc3a18add283ac313600a8a342b53f45686b4a0;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 5f059cc..bf0f561 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,15 +49,17 @@ screenshot-indexdata: ls -l ${IMAGES} jsbeautifier jsb indent: - for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ + for i in package.json ./spec*/*.js ./js/*.js ./phantom/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done -node-modules: node_modules -node_modules: - npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs +node_modules node-modules: + npm install ${NPM_INSTALL_FLAGS} help: @echo "make [ all | check | clean | distclean ]" @echo " [ phantomjs | screenshot ]" @echo " [ jsbeautifier | node-modules ]" + @echo "" + @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=8 PHANTOM_URL=https://mkws-dev.indexdata.com/jasmine-popup.html" +