From 96338432e2b76ee294b7e9e8ee56164288a56a08 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 18 Feb 2012 16:04:10 -0800 Subject: [PATCH] jslint src/ and lib/ on 'make test' --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index df1cf7b..557aaa2 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ distclean: -rm -f config.mk test: all + PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js $(PYTHON) tools/test.py --mode=release simple message test-http1: all -- 2.7.4