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 259B

1234567891011121314
  1. load(
  2. "@com_googlesource_gerrit_bazlets//tools:junit.bzl",
  3. "junit_tests",
  4. )
  5. junit_tests(
  6. name = "bc",
  7. srcs = glob(["tst/**/*.java"]),
  8. tags = ["bc"],
  9. deps = [
  10. "//lib:junit",
  11. "//org.eclipse.jgit.gpg.bc:gpg-bc",
  12. ],
  13. )