From 1dae656ffc29785710878e3ed23404147f09d4a2 Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Mon, 21 Jan 2013 13:42:25 +0100 Subject: [PATCH] add jshint target to test-all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e94b7ced..088db57e 100644 --- a/Makefile +++ b/Makefile @@ -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)