Add test js files to the lint.

Specifically driver.js and user.js will now be part of lint.
This commit is contained in:
Kalervo Kujala 2011-08-11 21:48:43 +03:00
parent b2037841e5
commit 9ee841388a

View File

@ -86,7 +86,7 @@ font-test:
# To install gjslint, see:
#
# <http://code.google.com/closure/utilities/docs/linter_howto.html>
SRC_DIRS := . utils worker web
SRC_DIRS := . utils worker web test test/resources/firefox
GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js))
lint:
gjslint $(GJSLINT_FILES)