Skip to content

Commit

Permalink
Hookup Codec fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Dec 19, 2024
1 parent 760164a commit 3776bf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/solana/codec/codec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ func TestCodec(t *testing.T) {
})
}

func FuzzCodec(f *testing.F) {
tester := &codecInterfaceTester{}
RunCodecInterfaceFuzzTests(f, tester)
}

type codecInterfaceTester struct {
TestSelectionSupport
}
Expand Down

0 comments on commit 3776bf2

Please sign in to comment.