blob: b03bc492b85596b5b3949a15b077f199b5841df7 [file] [log] [blame]
sh_binary(
name = "launch",
srcs = ["launch.sh"],
data = [
"@//core:image",
"@//core:swtpm_data",
"@edk2//:firmware",
],
)
sh_test(
name = "test_boot",
size = "small",
srcs = ["test_boot.sh"],
# expects wants a pty, which do not exist in the sandbox
tags = ["local"],
deps = [":launch"],
)