diff --git a/Makefile b/Makefile index 72d8c7239..23dc3b328 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,8 @@ bds := \ testbds := $(foreach f,$(filter-out %.crx %.zip,$(bds)),test$(f)) $(foreach t,crx crx-beta crx-noupdate,$(foreach f,$(crx_contents),testbuilds/$(t)/$(f))) +testcrx := $(foreach f,$(filter %.crx %.zip,$(bds)),test$(f)) + jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f)) jshint_parts := $(foreach p,$(parts_userscript),.events/jshint.script$(p)) @@ -243,6 +245,8 @@ cleanall : clean testbds : $(testbds) +testcrx : $(testcrx) + bds : $(bds) jshint : $(jshint)