1*488d9557SThomas Wolfload( 2*488d9557SThomas Wolf "@com_googlesource_gerrit_bazlets//tools:junit.bzl", 3*488d9557SThomas Wolf "junit_tests", 4*488d9557SThomas Wolf) 5*488d9557SThomas Wolf 6*488d9557SThomas Wolfjunit_tests( 7*488d9557SThomas Wolf name = "sshd_apache", 8*488d9557SThomas Wolf srcs = glob(["tst/**/*.java"]), 9*488d9557SThomas Wolf tags = ["sshd"], 10*488d9557SThomas Wolf deps = [ 11*488d9557SThomas Wolf "//org.eclipse.jgit.test:sshd-helpers", 12*488d9557SThomas Wolf "//lib:junit", 13*488d9557SThomas Wolf "//org.eclipse.jgit:jgit", 14*488d9557SThomas Wolf "//lib:sshd-core", 15*488d9557SThomas Wolf "//lib:sshd-sftp", 16*488d9557SThomas Wolf "//org.eclipse.jgit.ssh.apache:ssh-apache", 17*488d9557SThomas Wolf ], 18*488d9557SThomas Wolf) 19