blob: ce5e9a5f28b4e251cb2e478b663697b6ccd18599 [file] [log] [blame]
sh_binary(
name = "launch",
srcs = ["launch.sh"],
data = [
"@//core:image",
"@//core:swtpm_data",
"@edk2//:firmware",
],
tags = ["local"],
)
sh_test(
name = "test_boot",
size = "small",
srcs = ["test_boot.sh"],
tags = ["local"],
deps = [":launch"],
)