Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | sh_binary( |
| 2 | name = "launch", |
| 3 | srcs = ["launch.sh"], |
Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 4 | data = [ |
Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame] | 5 | "@//core:image", |
| 6 | "@//core:swtpm_data", |
Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 7 | "@edk2//:firmware", |
| 8 | ], |
Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 9 | ) |
Leopold Schabel | 383d4bb | 2019-11-14 22:53:58 +0100 | [diff] [blame] | 10 | |
| 11 | sh_test( |
| 12 | name = "test_boot", |
| 13 | size = "small", |
| 14 | srcs = ["test_boot.sh"], |
Leopold Schabel | 7670e67 | 2019-11-15 13:49:53 +0100 | [diff] [blame] | 15 | # expects wants a pty, which do not exist in the sandbox |
Leopold Schabel | 383d4bb | 2019-11-14 22:53:58 +0100 | [diff] [blame] | 16 | tags = ["local"], |
| 17 | deps = [":launch"], |
| 18 | ) |