blob: ce5e9a5f28b4e251cb2e478b663697b6ccd18599 [file] [log] [blame]
Leopold Schabel5c80aca2019-10-22 15:48:58 +02001sh_binary(
2 name = "launch",
3 srcs = ["launch.sh"],
Leopold Schabel5c80aca2019-10-22 15:48:58 +02004 data = [
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02005 "@//core:image",
6 "@//core:swtpm_data",
Leopold Schabel5c80aca2019-10-22 15:48:58 +02007 "@edk2//:firmware",
8 ],
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02009 tags = ["local"],
Leopold Schabel5c80aca2019-10-22 15:48:58 +020010)
Leopold Schabel383d4bb2019-11-14 22:53:58 +010011
12sh_test(
13 name = "test_boot",
14 size = "small",
15 srcs = ["test_boot.sh"],
16 tags = ["local"],
17 deps = [":launch"],
18)