1 2 3 4 5 6 7 8 9 10 11
# cs/labs/julia/BUILD
package(default_visibility = ["//visibility:public"])
py_test(
name = "hello_world_test_gpt_py",
srcs = ["hello_world_test.gpt.py"],
data = [
"hello_world.gpt.jl",
],
main = "hello_world_test.gpt.py",
)