google-nomulus/third_party/junit/BUILD
jianglai c55df2fb1b Remove metrics library from Nomulus codebase
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180589440
2018-01-04 17:13:58 -05:00

15 lines
276 B
Text

package(
default_visibility = ["//visibility:public"],
)
licenses(["reciprocal"]) # EPL 1.0
exports_files(["LICENSE"])
java_library(
name = "junit",
srcs = glob(["**/*.java"]),
visibility = [
"//javatests/google/registry/testing:__pkg__",
],
)