From 44f3b97e61aad04af39844bc8eff1fb676b51815 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Sat, 8 Jul 2023 02:49:58 -0700 Subject: [PATCH] Update Makefile Co-authored-by: Herman Slatman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e94ebc8c..630b54b9 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ testdefault: $Q $(GO_ENVS) gotestsum -- -coverprofile=defaultcoverage.out -short -covermode=atomic ./... testtpmsimulator: - $Q CGO_ENALBED=1 gotestsum -- -coverprofile=tpmsimulatorcoverage.out -short -covermode=atomic -tags tpmsimulator ./acme + $Q CGO_ENABLED=1 gotestsum -- -coverprofile=tpmsimulatorcoverage.out -short -covermode=atomic -tags tpmsimulator ./acme testcgo: $Q gotestsum -- -coverprofile=coverage.out -short -covermode=atomic ./...