diff options
Diffstat (limited to 'org.eclipse.jgit.ssh.apache.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.ssh.apache.test/BUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache.test/BUILD b/org.eclipse.jgit.ssh.apache.test/BUILD new file mode 100644 index 0000000000..a13cf0b30f --- /dev/null +++ b/org.eclipse.jgit.ssh.apache.test/BUILD @@ -0,0 +1,19 @@ +load( + "@com_googlesource_gerrit_bazlets//tools:junit.bzl", + "junit_tests", +) + +junit_tests( + name = "sshd_apache", + srcs = glob(["tst/**/*.java"]), + tags = ["sshd"], + deps = [ + "//lib:eddsa", + "//lib:junit", + "//lib:sshd-core", + "//lib:sshd-sftp", + "//org.eclipse.jgit:jgit", + "//org.eclipse.jgit.ssh.apache:ssh-apache", + "//org.eclipse.jgit.test:sshd-helpers", + ], +) |