X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=09f35550107df613f306148facc63a561db9c453;hb=0ac96ac32ccbb24eb9ca37a3e4754e74535d1bc1;hp=e2d8fc23bada8531b7751f505f8654579e4c7be9;hpb=d93b6804de7fb2b6f8eddecfdb5f31165d9821c8;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index e2d8fc2..09f3555 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,13 +24,13 @@ terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec jsbeautifier jsb indent: - for i in ./spec/*.js ./js/*.js; do \ + for i in ./spec*/*.js ./js/*.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 + npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs help: @echo "make [ all | check | clean | distclean ]"