From: Wolfram Schneider Date: Thu, 19 Dec 2013 14:10:25 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws X-Git-Tag: 0.9.1~3^2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=358b38de5ad833b7d396fbd4b73126df0a40007a;hp=e65dff0d6a1b0e01e2a8cba8227066da7def735e;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws --- diff --git a/test/Makefile b/test/Makefile index ec1fd0c..615e323 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,10 @@ distclean: check: - jasmine-node --captureExceptions --forceexit ./spec + for i in ./spec/*.js; do \ + echo "$$i"; \ + jasmine-node --captureExceptions --forceexit $$i; \ + done test: check