aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/py/bazel/testdata/runfiles_test/bar/BUILD.mock
blob: 0405d57cf48772a861b54adda269725e89a47aed (plain)
1
2
3
4
5
6
7
8
9
package(default_visibility = ["//visibility:public"])

py_binary(
    name = "bar-py",
    srcs = ["bar.py"],
    main = "bar.py",
    deps = ["@bazel_tools//tools/runfiles:py-runfiles"],
    data = ["bar-py-data.txt"],
)