diff options
author | David Ostrovsky <david@ostrovsky.org> | 2020-05-03 23:20:03 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2020-05-03 23:20:18 +0200 |
commit | 3a7e4eaecd8c07f12748eb07afc864a71a5ad887 (patch) | |
tree | d118ce1d31a678198048f075063a9d9330b714cc | |
parent | 6fcd95cfedc1c06ee8b7d1a753a27237f7439c3f (diff) | |
download | jgit-3a7e4eaecd8c07f12748eb07afc864a71a5ad887.tar.gz jgit-3a7e4eaecd8c07f12748eb07afc864a71a5ad887.zip |
Add missing test source file to the build
Change-Id: I020ff281eaa49794aeb1853711485bc8c7047dd8
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
-rw-r--r-- | org.eclipse.jgit.test/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD index 3c4c61bfbb..b04ac553d1 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -20,6 +20,7 @@ HELPERS = glob( "nls/MissingPropertyBundle.java", "nls/NoPropertiesBundle.java", "nls/NonTranslatedBundle.java", + "revwalk/ObjectReachabilityTestCase.java", "revwalk/ReachabilityCheckerTestCase.java", "revwalk/RevQueueTestCase.java", "revwalk/RevWalkTestCase.java", |