mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-07-02 07:49:45 +00:00
fix: seed files location
This commit is contained in:
parent
3b2665994c
commit
97deff76c6
@ -11,9 +11,9 @@ fn generate_seeds() {
|
||||
.expect("fuzz_props is one level below the workspace root");
|
||||
|
||||
let targets = [
|
||||
"fuzz/corpus/fuzz_transaction_decoding/seed_empty_tx",
|
||||
"fuzz/corpus/fuzz_stateless_verification/seed_empty_tx",
|
||||
"fuzz/corpus/fuzz_state_transition/seed_empty_tx",
|
||||
"corpus/libfuzz/fuzz_transaction_decoding/seed_empty_tx",
|
||||
"corpus/libfuzz/fuzz_stateless_verification/seed_empty_tx",
|
||||
"corpus/libfuzz/fuzz_state_transition/seed_empty_tx",
|
||||
];
|
||||
for rel in &targets {
|
||||
let p = workspace_root.join(rel);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user