aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test/BUILD
blob: 93b2e7a65f8ee2ae2b6dbab63e3135486e15ee7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package(default_visibility = ["//visibility:public"])

# Members of this filegroup shouldn't have duplicate basenames, otherwise
# TestRunnerAction#getRuntimeArtifact() will get confused.
filegroup(
    name = "runtime",
    srcs = ["test-setup.sh"],
)

filegroup(
    name = "srcs",
    srcs = [
        "BUILD",
        "test-setup.sh",
    ],
)