mirror of https://github.com/google/oss-fuzz.git
[fuzzer] adding ldd printout
This commit is contained in:
parent
14f75890ff
commit
a1d663b95e
|
@ -29,6 +29,7 @@ N=0
|
|||
for FUZZER_BINARY in $(find $DIR -executable -type f); do
|
||||
FUZZER=$(basename $FUZZER_BINARY)
|
||||
echo "testing $FUZZER"
|
||||
ldd $FUZZER_BINARY
|
||||
out=$(tempfile)
|
||||
just_run $FUZZER -runs=32 | tee $out
|
||||
N=$[$N+1]
|
||||
|
|
Loading…
Reference in New Issue