kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/util/vnameutil/test/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_binary") 2 3 go_binary( 4 name = "test", 5 testonly = True, 6 srcs = ["test_vname_rules.go"], 7 visibility = ["//visibility:public"], 8 deps = [ 9 "//kythe/go/util/log", 10 "//kythe/go/util/vnameutil", 11 "//kythe/proto:storage_go_proto", 12 "@org_golang_google_protobuf//proto", 13 ], 14 )