From: Kalervo Kujala Date: Thu, 11 Aug 2011 20:44:08 +0000 (+0300) Subject: Add test/ to the lint. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a9b88d2cf871c5f02fd53ef14498a83d7d6112f9;p=pdf.js.git Add test/ to the lint. --- diff --git a/Makefile b/Makefile index 9153376..34af3b2 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ font-test: # To install gjslint, see: # # -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)