X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=cecb5fc20052539b256626e7774baacaf951eb39;hb=d2481365789565539ddf25550910ddb9be29c701;hp=b1e02f95b987f5e626d089bc8629beb3be97a143;hpb=ec99fc09061e9941f4d7ef54c8dfc2299c127a2d;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index b1e02f9..cecb5fc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +10,7 @@ PHANTOMJS_TIMEOUT= 8 all: check clean: - rm -f mkws-error.png + rm -f mkws-error.png mkws-error.html distclean: clean rm -rf node_modules @@ -32,7 +32,7 @@ phantomjs: ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} jsbeautifier jsb indent: - for i in ./spec*/*.js ./js/*.js; do \ + for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done