summaryrefslogtreecommitdiffhomepage
path: root/test/runner/gtest/BUILD
blob: de4b2727cb285295c1c3a99cf7b2fed4c541ec8b (plain)
1
2
3
4
5
6
7
8
9
load("//tools:defs.bzl", "go_library")

package(licenses = ["notice"])

go_library(
    name = "gtest",
    srcs = ["gtest.go"],
    visibility = ["//:sandbox"],
)