Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
c32d232
/
.
/
tests
/
runfiles
/
BUILD.bazel
blob: d62e1792110f341c180cb2f865dd466784da15a9 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_test"
)
py_test
(
name
=
"runfiles_test"
,
srcs
=
[
"runfiles_test.py"
],
deps
=
[
"//python/runfiles"
],
)