mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add public header parser
This commit is contained in:
parent
afdd7c3898
commit
cfccdaed9b
3 changed files with 120 additions and 0 deletions
13
quic_suite_test.go
Normal file
13
quic_suite_test.go
Normal 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")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue