tpm-helpers/tpm_suite_test.go

14 lines
185 B
Go
Raw Normal View History

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")
}