diff options
author | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
commit | 0b692fadddf33e9db0541c34c82bbf89118f3a25 (patch) | |
tree | ee7ee6991e964b30603e8a49ccdcedc8776e9266 /test | |
parent | 62b17844b92afd1a7442b05badb02abfa553133f (diff) | |
download | afl++-0b692fadddf33e9db0541c34c82bbf89118f3a25.tar.gz |
gcc-10 support
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index f6fa93d6..18414971 100755 --- a/test/test.sh +++ b/test/test.sh @@ -602,11 +602,11 @@ test -e ../afl-qemu-trace && { rm -f errors test -e ../libcompcov.so && { - $ECHO "$GREY[*] running afl-fuzz for qemu_mode libcompcov, this will take approx 10 seconds" + $ECHO "$GREY[*] running afl-fuzz for qemu_mode libcompcov, this will take approx 15 seconds" { export AFL_PRELOAD=../libcompcov.so export AFL_COMPCOV_LEVEL=2 - ../afl-fuzz -m ${MEM_LIMIT} -V10 -Q -i in -o out -- ./test-compcov >>errors 2>&1 + ../afl-fuzz -m ${MEM_LIMIT} -V15 -Q -i in -o out -- ./test-compcov >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/queue/id:000002* 2> /dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with qemu_mode libcompcov" |