
test:
	@node_modules/mocha/bin/mocha -A $(T)

bench:
	node bench.js

.PHONY: test
