]> git.parisson.com Git - pdf.js.git/commitdiff
Add test js files to the lint.
authorKalervo Kujala <kkujala@>
Thu, 11 Aug 2011 18:48:43 +0000 (21:48 +0300)
committerKalervo Kujala <kkujala@>
Thu, 11 Aug 2011 18:48:43 +0000 (21:48 +0300)
Specifically driver.js and user.js will now be part of lint.

Makefile

index a6f3ba3a409b6700f969349e5f9c94bb8da9da40..91533761da0b9367a85d0e795bb9b690540be22b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)