move fuzzing corpus into a single dir
This commit is contained in:
parent
16a5cac2e3
commit
a3466f305c
Before Width: | Height: | Size: 71 B After Width: | Height: | Size: 71 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 97 B |
@ -14,7 +14,7 @@ export VIPS_WARNING=0
|
||||
ret=0
|
||||
|
||||
for fuzzer in *_fuzzer; do
|
||||
find "${fuzzer}_corpus" -type f -not -empty -print0 \
|
||||
find "common_fuzzer_corpus" -type f -not -empty -print0 \
|
||||
| xargs -0 -n1 "./$fuzzer" || ret=1
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user