xref: /JGit/org.eclipse.jgit.ssh.apache.test/BUILD (revision 86cee68e0d9282ecc6a49792693309e8d5d9d984)
1488d9557SThomas Wolfload(
2488d9557SThomas Wolf    "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
3488d9557SThomas Wolf    "junit_tests",
4488d9557SThomas Wolf)
5488d9557SThomas Wolf
6488d9557SThomas Wolfjunit_tests(
7488d9557SThomas Wolf    name = "sshd_apache",
8488d9557SThomas Wolf    srcs = glob(["tst/**/*.java"]),
9488d9557SThomas Wolf    tags = ["sshd"],
10488d9557SThomas Wolf    deps = [
11db627c41SThomas Wolf        "//lib:eddsa",
12488d9557SThomas Wolf        "//lib:junit",
13*86cee68eSThomas Wolf        "//lib:sshd-osgi",
14488d9557SThomas Wolf        "//lib:sshd-sftp",
15f4c0189fSDavid Pursehouse        "//org.eclipse.jgit:jgit",
16488d9557SThomas Wolf        "//org.eclipse.jgit.ssh.apache:ssh-apache",
17f4c0189fSDavid Pursehouse        "//org.eclipse.jgit.test:sshd-helpers",
18488d9557SThomas Wolf    ],
19488d9557SThomas Wolf)
20