add public header parser

This commit is contained in:
Lucas Clemente 2016-04-06 23:10:52 +02:00
parent afdd7c3898
commit cfccdaed9b
3 changed files with 120 additions and 0 deletions

13
quic_suite_test.go Normal file
View file

@ -0,0 +1,13 @@
package quic
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestQuicGo(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "QUIC Suite")
}