X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=984ce8593912cc0096b66330373403253ca28fae;hb=ad3295052fac50a2f7b9a9e50043dc02a8d119ac;hp=2c830864622d103c6b85d5a9a5f947e0b5416aec;hpb=0b59d256dbe318de407c748d0468f0e56e39a01d;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 2c83086..984ce85 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,7 +33,7 @@ phantomjs: ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} screenshot: - ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 + ${PHANTOMJS} phantom/screenshot.js ${PHANTOMJS_URL} ${IMAGES}/screenshot.png 1200 1000 jsbeautifier jsb indent: for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ @@ -45,5 +45,6 @@ node_modules: npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs help: - @echo "make [ all | check | phantomjs | clean | distclean ]" + @echo "make [ all | check | clean | distclean ]" + @echo " [ phantomjs | screenshot ]" @echo " [ jsbeautifier | node-modules ]"