blob: 67666a3a4383b5081ffd1bd6dc31e99cc4ea089b [file] [log] [blame]
load("//tools:build_rules/shims.bzl", "go_binary")
go_binary(
name = "test",
testonly = True,
srcs = ["test_vname_rules.go"],
visibility = ["//visibility:public"],
deps = [
"//kythe/go/util/log",
"//kythe/go/util/vnameutil",
"//kythe/proto:storage_go_proto",
"@org_golang_google_protobuf//proto",
],
)