Update some of the build infra

This commit is contained in:
Reid 'arrdem' McKenzie 2022-11-19 23:54:45 -07:00
commit 563aa01c2c
3 changed files with 76 additions and 5 deletions
tools/python

View file

@ -158,6 +158,7 @@ py_resources = rule(
def py_project(name=None,
main=None,
main_deps=None,
shebang=None,
lib_srcs=None,
lib_deps=None,
lib_data=None,
@ -238,6 +239,7 @@ def py_project(name=None,
visibility = [
"//visibility:public",
],
shebang = shebang,
)
for src in test_srcs: