Files
quic-go/integrationtests/handshake/handshaketests_suite_test.go
2017-05-27 13:28:44 +08:00

14 lines
213 B
Go

package handshaketests
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestHandshakes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Handshake integration tests")
}