aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a612965..934222e 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,12 @@ $(eval $(call pkg,batchtools))
BATCHTOOLS_DIR := src/batchtools
-test: fiveui.crx fiveui.xpi $(topdir)/profiles/chrome $(topdir)/profiles/firefox
+test: test-batchtools
+
+test-batchtools: $(topdir)/fiveui.crx \
+ $(topdir)/fiveui.xpi \
+ $(topdir)/profiles/chrome \
+ $(topdir)/profiles/firefox
cd $(BATCHTOOLS_DIR) && $(MVN_TEST_CMD)
clean::