aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-11-28 13:57:19 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2012-11-28 13:57:19 -0800
commitaed8d3ba08c0a6c00bab124e39e2c775099a366b (patch)
tree79446755df0d4298cf27d464cde2b34d11fc1d42 /Makefile
parent2bd288367de2f3756ba4dd80405003aa08132659 (diff)
fixed wrong deps in test target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 678243e..dde25de 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ $(eval $(call pkg,rsTester))
$(eval $(call pkg,headless))
-test: chromeExtension profile-chrome profile-firefox ffExtension pkg-testrunner pkg-rstester pkg-headless
+test: chromeExtension profile-chrome profile-firefox ffExtension pkg-rsTester
cd $(TEST_RUNNER_DIR) && $(MVN_TEST_CMD)
cd $(RSTESTER_DIR) && $(MVN_TEST_CMD)
cd $(HEADLESS_DIR) && $(MVN_TEST_CMD)