From 63a8f9d3c60e6dde04b0998701a40223d532128a Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sun, 22 Jan 2023 23:50:07 +0100 Subject: config: T4919: Add emulated TPM encryption test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3