blob: 64e9c16cc18b6a2a8a0366c4f197ce5e466c5c61 [file] [log] [blame]
load("//bazel/go:go_test.bzl", "go_test")
go_test(
name = "test_test",
srcs = ["bazel_test.go"],
data = glob(["testdata/**"]),
deps = [
"//bazel/go/bazel",
"//go/testutils/unittest",
"@com_github_stretchr_testify//require",
],
)