.PHONY: test all: test test: ./../node_modules/nodeunit/bin/nodeunit *.js