Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPepper Lebeck-Jobe2017-09-30 06:22:31 +0000
committerDavid Pursehouse2017-09-30 09:04:56 +0000
commitbc45947c98f7420e6e3b8b9197e3deda1e6a69f4 (patch)
tree76a8ec4b984b545749edf655cf9ae0c8d5ff5833 /org.eclipse.jgit.pgm.test
parent6dab29f4b578bc164acb77083440e4087ed94ff4 (diff)
downloadjgit-bc45947c98f7420e6e3b8b9197e3deda1e6a69f4.tar.gz
jgit-bc45947c98f7420e6e3b8b9197e3deda1e6a69f4.tar.xz
jgit-bc45947c98f7420e6e3b8b9197e3deda1e6a69f4.zip
Add the args4j jar
This allows the tests to all be built and run by bazel. Bug: 525412 Change-Id: Ie9281d07462cd07200fadb4b0e7b7f88c44f7865 Signed-off-by: Pepper Lebeck-Jobe <eljobe@gmail.com> Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r--org.eclipse.jgit.pgm.test/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/BUILD b/org.eclipse.jgit.pgm.test/BUILD
index 5d4a175f7a..5bedf9ade1 100644
--- a/org.eclipse.jgit.pgm.test/BUILD
+++ b/org.eclipse.jgit.pgm.test/BUILD
@@ -13,6 +13,7 @@ junit_tests(
tags = ["pgm"],
deps = [
":helpers",
+ "//lib:args4j",
"//lib:commons-compress",
"//lib:javaewah",
"//lib:junit",

Back to the top