summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache.test/BUILD
blob: a13cf0b30f50c3f452567ef5b616ab66889f21f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
    ],
)