X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=bf0f56138dbc685fb0692dce956814d3adc11553;hb=d408194c5981964b0941127e0f1c5ad30c81c3c9;hp=75575570f58d6937fe20d9defda4f3d4115a4615;hpb=8a7ced335b1f1794188a6b0a00dfc3046e08c5dc;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 7557557..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: - 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" +