Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 14:10:25 +0000 (14:10 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 14:10:25 +0000 (14:10 +0000)
test/Makefile

index ec1fd0c..615e323 100644 (file)
@@ -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