summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-03-07 16:37:11 +0100
committerGitHub <noreply@github.com>2024-03-07 16:37:11 +0100
commit089b59560565388d1c21a440418be11618b32af1 (patch)
tree67de6e4e15dbbe7fb2dc1e25706b300a1be97c4f /Makefile
parent6758b13c7ea096fcc0a13fcf036dcc76b4417624 (diff)
parent63a8f9d3c60e6dde04b0998701a40223d532128a (diff)
downloadvyos-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--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 393ef3b7..18fb4ef5 100644
--- a/Makefile
+++ b/Makefile
@@ -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: