aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-01-12 17:05:25 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-01-19 09:54:37 +0100
commit8e306e7a621b23945c462c2496c190a3248deabd (patch)
treef8b4578272ec213e48f24679dd2b790fdae6b81e
parent9a57ae47078dbdc4c81e872e176b692de088d828 (diff)
downloadjgit-8e306e7a621b23945c462c2496c190a3248deabd.tar.gz
jgit-8e306e7a621b23945c462c2496c190a3248deabd.zip
[bazel] Fix build of ExternalDiffToolTest
Change-Id: Ida4721142f49c86aa3f05aeffc6ca0aef40939f9
-rw-r--r--org.eclipse.jgit.test/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD
index 9e787fee71..ed73539004 100644
--- a/org.eclipse.jgit.test/BUILD
+++ b/org.eclipse.jgit.test/BUILD
@@ -13,6 +13,7 @@ HELPERS = glob(
) + [PKG + c for c in [
"api/AbstractRemoteCommandTest.java",
"diff/AbstractDiffTestCase.java",
+ "internal/diffmergetool/ExternalToolTest.java",
"internal/revwalk/ObjectReachabilityTestCase.java",
"internal/revwalk/ReachabilityCheckerTestCase.java",
"internal/storage/file/GcTestCase.java",