databuild/examples/hello_world/test/BUILD.bazel

8 lines
129 B
Python

sh_test(
name = "test",
srcs = ["test.sh"],
data = [
"//:test_job.cfg",
"//:test_job.exec",
],
)