1437b7fd5d9d01d87d00a8d1cdd3106bf8638356.svn-base 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 TESTS = $(shell find test -iname \*.test.js) test: @NODE_ENV=test ./node_modules/.bin/mocha \ --require should \ --reporter spec \ $(TESTS) clean: rm -f examples/tmp/* .PHONY: test clean