test: add missing implementation-plan test targets
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
b8c9476a82
commit
116f6bf003
21
tests/integration_test/BUILD.bazel
Normal file
21
tests/integration_test/BUILD.bazel
Normal file
@@ -0,0 +1,21 @@
|
||||
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
||||
|
||||
sh_test(
|
||||
name = "examples_basic_e2e_build_test",
|
||||
srcs = ["examples_basic_e2e_build_test.sh"],
|
||||
args = [
|
||||
"$(location //examples/basic:BUILD.bazel)",
|
||||
"$(location //examples/basic:README.md)",
|
||||
],
|
||||
data = [
|
||||
"//examples/basic:BUILD.bazel",
|
||||
"//examples/basic:README.md",
|
||||
],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
name = "repo_all_targets_test",
|
||||
srcs = ["repo_all_targets_test.sh"],
|
||||
args = ["$(location //.github/workflows:ci.yml)"],
|
||||
data = ["//.github/workflows:ci.yml"],
|
||||
)
|
||||
Reference in New Issue
Block a user