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", 1386cee68eSThomas Wolf "//lib:sshd-osgi", 14488d9557SThomas Wolf "//lib:sshd-sftp", 15f4c0189fSDavid Pursehouse "//org.eclipse.jgit:jgit", 16*8d2d6836SMatthias Sohn "//org.eclipse.jgit.junit.ssh:junit-ssh", 17488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache:ssh-apache", 18488d9557SThomas Wolf ], 19488d9557SThomas Wolf) 20