mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-09-20 08:48:08 +00:00
Add backends and simulated TPM device
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
This commit is contained in:
13
backend/backend_suite_test.go
Normal file
13
backend/backend_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package backend_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestBackend(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Backend Suite")
|
||||
}
|
Reference in New Issue
Block a user