makefile 86 B

1234
  1. .PHONY: test
  2. test:
  3. node_modules/.bin/nodeunit `find test -name \*.test.js -type f`