From 2f432d2b309b0896a309b727c6e95e5cf91b2ea4 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Tue, 11 Jun 2013 14:14:30 -0700 Subject: changed test target to depend only on fiveui.xpi fixed references to firefox.xpi --- src/batchtools/build.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/batchtools') diff --git a/src/batchtools/build.mk b/src/batchtools/build.mk index 06239d6..d772607 100644 --- a/src/batchtools/build.mk +++ b/src/batchtools/build.mk @@ -9,9 +9,7 @@ test: test-batchtools .PHONY: test-batchtools test-batchtools: \ - $(build-dir)/fiveui.crx \ $(build-dir)/fiveui.xpi \ - $(topdir)/profiles/chrome \ $(topdir)/profiles/firefox $(call label,BATCHTEST)(cd $(batchtools-dir) \ && xvfb-run -a $(maven-cmd) test) -- cgit v1.2.3