
all: js

js: test*.js
	nodejs ../node_modules/.bin/mocha -u tdd $?

