diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2019-05-20 17:02:07 -0700 |
---|---|---|
committer | Jonathan Tan <jonathantanmy@google.com> | 2019-05-20 17:02:07 -0700 |
commit | bab685488d1336d7231b5f462f5b98949f4e7ca5 (patch) | |
tree | 27acc70f5d5db875805c6eb96c5be64ab86b43ba /org.eclipse.jgit.test/BUILD | |
parent | 7121fa6fecc1b2fdf64792516a785fe0bf0eaa92 (diff) | |
download | jgit-bab685488d1336d7231b5f462f5b98949f4e7ca5.tar.gz jgit-bab685488d1336d7231b5f462f5b98949f4e7ca5.zip |
Recognize ReachabilityCheckerTestCase as helper
4e196faa1b ("ReachabilityChecker: Default implementation with a
RevWalk", 2019-05-15) added ReachabilityCheckerTestCase but did not add
it as a test helper in the corresponding BUILD file, making tests no
longer runnable with Bazel. Resolve this issue.
Change-Id: Iccc00b0d169dbaa137e130ce2ddd1b7669960b52
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-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 b9fb89c95f..be4fdbdea9 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -19,6 +19,7 @@ HELPERS = glob( "nls/MissingPropertyBundle.java", "nls/NoPropertiesBundle.java", "nls/NonTranslatedBundle.java", + "revwalk/ReachabilityCheckerTestCase.java", "revwalk/RevQueueTestCase.java", "revwalk/RevWalkTestCase.java", "transport/ObjectIdMatcher.java", |