add jshint target to test-all target

This commit is contained in:
Philipp Borgers 2013-01-21 13:42:25 +01:00
parent fc7b4fe550
commit 1dae656ffc

View File

@ -15,7 +15,7 @@ help:
test: test-unit
test-all: test-unit test-integration test-native test-binary
test-all: test-unit test-integration test-native test-binary jshint
bench:
@find benchmark -name "*-bench.js" | $(node-command)