mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-12 18:21:31 +00:00
test/fuzz: fix wrong path for some p2p fuzzing packages (#6580)
Updates #6557
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
export FUZZ_ROOT="github.com/tendermint/tendermint"
|
||||
|
||||
(cd "$FUZZ_ROOT"/test/fuzz/p2p/addrbook; go run ./init-corpus/main.go)
|
||||
(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 "$FUZZ_ROOT"/test/fuzz/p2p/pex; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/pex Fuzz fuzz_p2p_pex fuzz
|
||||
(cd "$FUZZ_ROOT"/test/fuzz/p2p/secret_connection; go run ./init-corpus/main.go)
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/secret_connection Fuzz fuzz_p2p_secret_connection 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
|
||||
|
||||
compile_go_fuzzer "$FUZZ_ROOT"/test/fuzz/mempool Fuzz fuzz_mempool fuzz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user