blob: 9cd61835964dff0a7c983eb0d7bf85e7a5369c5c [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "small",
srcs = ["rundir_test.go"],
data = ["//:AUTHORS"],
rundir = ".",
)