summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2023-01-22 23:50:07 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2024-02-20 10:46:01 +0100
commit63a8f9d3c60e6dde04b0998701a40223d532128a (patch)
tree9700d40a30cc1b3c83d087cf0e4ed1e8f27c69a2 /Makefile
parent3920af2500272edc4b0551f06091f6babcc52a87 (diff)
downloadvyos-build-63a8f9d3c60e6dde04b0998701a40223d532128a.tar.gz
vyos-build-63a8f9d3c60e6dde04b0998701a40223d532128a.zip
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: