aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/py/bazel/testdata/runfiles_test/foo/BUILD.mock
blob: db28159133d30910085562274558b0690f85818a (plain)
1
2
3
4
5
6
7
py_binary(
    name = "runfiles-py",
    srcs = ["runfiles.py"],
    data = ["datadep/hello.txt"],
    main = "runfiles.py",
    deps = ["@bazel_tools//tools/runfiles:py-runfiles"],
)