You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUILD 439B

12345678910111213141516171819
  1. load(
  2. "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
  3. "junit_tests",
  4. )
  5. junit_tests(
  6. name = "jsch",
  7. srcs = glob(["tst/**/*.java"]),
  8. tags = ["jsch"],
  9. deps = [
  10. "//lib:eddsa",
  11. "//lib:jsch",
  12. "//lib:junit",
  13. "//org.eclipse.jgit:jgit",
  14. "//org.eclipse.jgit.junit:junit",
  15. "//org.eclipse.jgit.junit.ssh:junit-ssh",
  16. "//org.eclipse.jgit.ssh.jsch:ssh-jsch",
  17. ],
  18. )