
test:
	@./node_modules/.bin/mocha --reporter list $(T)

.PHONY: test
