xref: /JGit/org.eclipse.jgit.ssh.apache.test/BUILD (revision f4c0189f25f3488c5702985d7b860f77883b2632)
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 = [
11488d9557SThomas Wolf        "//lib:junit",
12488d9557SThomas Wolf        "//lib:sshd-core",
13488d9557SThomas Wolf        "//lib:sshd-sftp",
14*f4c0189fSDavid Pursehouse        "//org.eclipse.jgit:jgit",
15488d9557SThomas Wolf        "//org.eclipse.jgit.ssh.apache:ssh-apache",
16*f4c0189fSDavid Pursehouse        "//org.eclipse.jgit.test:sshd-helpers",
17488d9557SThomas Wolf    ],
18488d9557SThomas Wolf)
19