diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-03-07 16:37:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 16:37:11 +0100 |
commit | 089b59560565388d1c21a440418be11618b32af1 (patch) | |
tree | 67de6e4e15dbbe7fb2dc1e25706b300a1be97c4f /Makefile | |
parent | 6758b13c7ea096fcc0a13fcf036dcc76b4417624 (diff) | |
parent | 63a8f9d3c60e6dde04b0998701a40223d532128a (diff) | |
download | vyos-build-089b59560565388d1c21a440418be11618b32af1.tar.gz vyos-build-089b59560565388d1c21a440418be11618b32af1.zip |
Merge pull request #297 from sarthurdev/tpm_luks
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: |