tpm-helpers/tpm_suite_test.go
Ettore Di Giacinto 1ab3e10e4d
Add backends and simulated TPM device
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
2022-02-17 12:33:01 +01:00

14 lines
185 B
Go

package tpm_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestTPM(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "TPM Suite")
}