X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=bf0f56138dbc685fb0692dce956814d3adc11553;hb=5cc76c5cf01bbdda6592dff923865c581a6473aa;hp=1b76d344699e72c599b2b432e73ced59e07a52cb;hpb=ed68fcd7268bf11f7154f5cb125267ced2bdb078;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 1b76d34..bf0f561 100644 --- a/test/Makefile +++ b/test/Makefile @@ -53,11 +53,13 @@ jsbeautifier jsb indent: jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done -node-modules: node_modules -node_modules: +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" +