summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tests.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.test/tests.bzl')
-rw-r--r--org.eclipse.jgit.test/tests.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/tests.bzl b/org.eclipse.jgit.test/tests.bzl
index b9ad8b2126..48c3bc36c8 100644
--- a/org.eclipse.jgit.test/tests.bzl
+++ b/org.eclipse.jgit.test/tests.bzl
@@ -47,6 +47,7 @@ def tests(tests):
"//lib:jzlib",
"//lib:sshd-core",
"//lib:sshd-sftp",
+ ":sshd-helpers",
]
heap_size = "-Xmx256m"
if src.endswith("HugeCommitMessageTest.java"):