From: Kalervo Kujala Date: Thu, 11 Aug 2011 18:48:43 +0000 (+0300) Subject: Add test js files to the lint. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9ee841388a817e538beff5d4273f3f0ea588edae;p=pdf.js.git Add test js files to the lint. Specifically driver.js and user.js will now be part of lint. --- diff --git a/Makefile b/Makefile index a6f3ba3..9153376 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ font-test: # To install gjslint, see: # # -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)