aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/test_rundir/BUILD.bazel
blob: 9cd61835964dff0a7c983eb0d7bf85e7a5369c5c (plain)
1
2
3
4
5
6
7
8
9
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 = ".",
)