libp2p_tls_suite_test.go 196 Bytes
Newer Older
Marten Seemann's avatar
Marten Seemann committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package libp2ptls

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestLibp2pTLS(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "libp2p TLS Suite")
}