diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-01-22 23:50:07 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-02-20 10:46:01 +0100 |
commit | 63a8f9d3c60e6dde04b0998701a40223d532128a (patch) | |
tree | 9700d40a30cc1b3c83d087cf0e4ed1e8f27c69a2 /Makefile | |
parent | 3920af2500272edc4b0551f06091f6babcc52a87 (diff) | |
download | vyos-build-63a8f9d3c60e6dde04b0998701a40223d532128a.tar.gz vyos-build-63a8f9d3c60e6dde04b0998701a40223d532128a.zip |
config: T4919: Add emulated TPM encryption test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,11 @@ qemu-live: checkiso oci: checkiso scripts/iso-to-oci build/live-image-amd64.hybrid.iso +.PHONY: testtpm +.ONESHELL: +testtpm: checkiso + scripts/check-qemu-install --debug --tpmtest build/live-image-amd64.hybrid.iso + .PHONY: clean .ONESHELL: clean: |