jslint src/ and lib/ on 'make test'

This commit is contained in:
isaacs
2012-02-18 16:04:10 -08:00
parent 0cdf85e28d
commit 96338432e2

View File

@@ -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