aboutsummaryrefslogtreecommitdiff
path: root/tests/runfiles/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runfiles/BUILD.bazel')
-rw-r--r--tests/runfiles/BUILD.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/runfiles/BUILD.bazel b/tests/runfiles/BUILD.bazel
new file mode 100644
index 0000000..d62e179
--- /dev/null
+++ b/tests/runfiles/BUILD.bazel
@@ -0,0 +1,7 @@
+load("@rules_python//python:defs.bzl", "py_test")
+
+py_test(
+ name = "runfiles_test",
+ srcs = ["runfiles_test.py"],
+ deps = ["//python/runfiles"],
+)