UNPKG

lirc_node

Version:
14 lines (11 loc) 207 B
TESTS = test/*.js REPORTER = dot test: @./node_modules/.bin/mocha \ --require should \ --require test/common.js \ --reporter $(REPORTER) \ --growl \ --timeout 5000 $(TESTS) .PHONY: test bench