parseQuerystring() doesn't have to be a jquery plugin
[mkws-moved-to-github.git] / test / Makefile
index ec1fd0c..e434e05 100644 (file)
@@ -9,7 +9,10 @@ distclean:
        
 
 check:
-       jasmine-node --captureExceptions --forceexit ./spec 
+       for i in ./spec/*.js; do \
+         echo "$$i"; \
+         jasmine-node --noColor --captureExceptions --forceexit $$i; \
+       done
 
 test: check