mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
test/fuzz: update oss-fuzz build script to match reality (#8296)
p2p/pex and p2p/addrbook were deleted in03ad7d6f20, secret_connection was renamed to secretconnection indd97ac6e1c.
This commit is contained in:
@@ -2,12 +2,8 @@
|
||||
|
||||
export FUZZ_ROOT="github.com/tendermint/tendermint"
|
||||
|
||||
(cd test/fuzz/p2p/addrbook; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/p2p/addrbook Fuzz fuzz_p2p_addrbook fuzz
|
||||
(cd test/fuzz/p2p/pex; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/p2p/pex Fuzz fuzz_p2p_pex fuzz
|
||||
(cd test/fuzz/p2p/secret_connection; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/p2p/secret_connection Fuzz fuzz_p2p_secret_connection fuzz
|
||||
(cd test/fuzz/p2p/secretconnection; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/p2p/secretconnection Fuzz fuzz_p2p_secretconnection fuzz
|
||||
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/mempool Fuzz fuzz_mempool fuzz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user