aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/test_chdir/BUILD.bazel
blob: 7e06b0ed34ad04652210396f14292a363836f879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
    name = "go_default_test",
    size = "small",
    srcs = ["data_test.go"],
    data = ["data.txt"],
)

test_suite(
    name = "remote_test",
    tests = ["@test_chdir_remote//sub:go_default_test"],
)