add bin and benchmark directories to jshint test #103

This commit is contained in:
Sebastian McKenzie 2014-10-28 14:31:09 +11:00
parent 75ece96475
commit a72c839a73

View File

@ -14,7 +14,7 @@ bench:
node node_modules/matcha/bin/_matcha
test:
$(JSHINT_CMD) lib
$(JSHINT_CMD) lib bin benchmark
$(MOCHA_CMD)
test-cov: