aboutsummaryrefslogtreecommitdiff
path: root/tests/runfiles/BUILD.bazel
blob: d62e1792110f341c180cb2f865dd466784da15a9 (plain)
1
2
3
4
5
6
7
load("@rules_python//python:defs.bzl", "py_test")

py_test(
    name = "runfiles_test",
    srcs = ["runfiles_test.py"],
    deps = ["//python/runfiles"],
)