blob: b03bc492b85596b5b3949a15b077f199b5841df7 [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 ],
Leopold Schabel5c80aca2019-10-22 15:48:58 +02009)
Leopold Schabel383d4bb2019-11-14 22:53:58 +010010
11sh_test(
12 name = "test_boot",
13 size = "small",
14 srcs = ["test_boot.sh"],
Leopold Schabel7670e672019-11-15 13:49:53 +010015 # expects wants a pty, which do not exist in the sandbox
Leopold Schabel383d4bb2019-11-14 22:53:58 +010016 tags = ["local"],
17 deps = [":launch"],
18)