blob: 143589a16388cca6cf4600311ae62bdd0200ad11 [file] [log] [blame]
TAP=node_modules/.bin/tap
LINT=node_modules/.bin/jshint
test: lint
$(TAP) test/*.js
lint:
$(LINT) index.js
$(LINT) test/*.js