mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
implement a function to export a corpus file
The file name of that file is calculated to be the SHA1 sum of the contents.
This commit is contained in:
parent
274b898ad3
commit
9a8e39327b
3 changed files with 102 additions and 0 deletions
13
fuzzing/internal/helper/helper_suite_test.go
Normal file
13
fuzzing/internal/helper/helper_suite_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package helper
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestHelper(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Helper Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue