Set up Prysm for fuzz testing on Fuzzbuzz (#8789)

* Wrap beacon fuzz tests in go-fuzz compatible test functions

* Add fuzzbuzz.yaml
This commit is contained in:
Everest Stefan Munro-Zeisberger
2021-04-19 12:00:46 -07:00
committed by GitHub
parent cff7dbd015
commit ad269ee147
5 changed files with 31 additions and 0 deletions

6
fuzzbuzz.yaml Normal file
View File

@@ -0,0 +1,6 @@
base:
language: go
docker_image: golang:latest
build_tags:
- libfuzzer
- blst_disabled