blob: edab025cdce2259c23c6cb541b7f0d6b8c194598 [file] [edit]
load(
"@com_googlesource_gerrit_bazlets//tools:junit.bzl",
"junit_tests",
)
junit_tests(
name = "ant",
srcs = glob(["src/**/*.java"]),
tags = ["ant"],
deps = [
"//lib:ant",
"//lib:junit",
"//lib:slf4j-simple",
"//org.eclipse.jgit.ant:jgit-ant",
"//org.eclipse.jgit:jgit",
"//org.eclipse.jgit.junit:junit",
],
)