
TESTS = test/*.js

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

.PHONY: test
