X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=33c5fb3fa7453461f7ff2c2433a5d2f776969279;hb=d9a0bf989c217697dd97ba3761127979e6b8369a;hp=e1f5a09c622ab36d81445c046e5e29713d91ac10;hpb=5596eeb1810b8afa9170069bde38fc20e395085c;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index e1f5a09..33c5fb3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -15,10 +15,8 @@ mkws-complete-syntax-check: ${MAKE} -C../tools/htdocs $@ check: mkws-complete-syntax-check - for i in ./spec/*.js; do \ - echo "$$i"; \ - jasmine-node --noColor --captureExceptions --forceexit $$i; \ - done + jasmine-node --noColor --captureExceptions --forceexit ./spec + jasmine-node --noColor --captureExceptions --forceexit ./spec-sp test: check @@ -26,7 +24,7 @@ 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