Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
54ed2fbc4b13453d4d16e4d782c918d1cc031d63
/
.
/
src
/
BUILD
blob: 91bd47b2faf079d0ede4442d91324e5b60a1575c [
file
]
py_library
(
name
=
"src"
,
srcs
=
glob
([
"*.py"
]),
srcs_version
=
"PY3"
,
deps
=
[],
)
py_test
(
name
=
"test"
,
srcs
=
glob
([
"tests/*.py"
]),
main
=
"tests/__main__.py"
,
deps
=
[
":src"
],
)