test: add missing implementation-plan test targets
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
5684b840d3
commit
200cb65297
@@ -24,3 +24,22 @@ sh_test(
|
||||
args = ["$(location :hello_ts_bin)", "hello-ts"],
|
||||
data = [":hello_ts_bin"],
|
||||
)
|
||||
|
||||
bun_binary(
|
||||
name = "hello_js_with_data_bin",
|
||||
entry_point = "hello.js",
|
||||
data = ["payload.txt"],
|
||||
)
|
||||
|
||||
sh_test(
|
||||
name = "bun_binary_data_test",
|
||||
srcs = ["verify_data_shape.sh"],
|
||||
args = [
|
||||
"$(location //internal:bun_binary.bzl)",
|
||||
"$(location //tests/binary_test:BUILD.bazel)",
|
||||
],
|
||||
data = [
|
||||
"//internal:bun_binary.bzl",
|
||||
"//tests/binary_test:BUILD.bazel",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user