aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/cross_language/BUILD.bazel
blob: 6ad5f6f707021c350f5d7296e4f35ad2e861a2be (plain)
1
2
3
4
5
6
7
8
9
10
package(default_visibility = ["//:__subpackages__"])

licenses(["notice"])

filegroup(
    name = "test_lib",
    srcs = [
        "test_util.sh",
    ],
)