]> git.parisson.com Git - pdf.js.git/commitdiff
Add test/ to the lint.
authorKalervo Kujala <kkujala@>
Thu, 11 Aug 2011 20:44:08 +0000 (23:44 +0300)
committerKalervo Kujala <kkujala@>
Thu, 11 Aug 2011 20:44:08 +0000 (23:44 +0300)
Makefile

index 91533761da0b9367a85d0e795bb9b690540be22b..34af3b24c7ecd4cc1074d563c7a60f863c206094 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 test test/resources/firefox
+SRC_DIRS := . utils worker web test
 GJSLINT_FILES = $(foreach DIR,$(SRC_DIRS),$(wildcard $(DIR)/*.js))
 lint:
        gjslint $(GJSLINT_FILES)