BIN = ./node_modules/.bin/

test:
	@$(BIN)mocha \
		--require should \
		--reporter spec \
		--bail

.PHONY: test