diff options
author | hexcoder- <heiko@hexco.de> | 2020-12-29 23:54:10 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-12-29 23:54:10 +0100 |
commit | 5d560c1ece100b2b8c67d080eee323483be9cf37 (patch) | |
tree | 4eabdd077629e22afaa2bb72bb48abd681182e96 /test/test-gcc-plugin.sh | |
parent | d687fbdfb4d3fc1485c9ab9d46da2546ae243f4a (diff) | |
download | afl++-5d560c1ece100b2b8c67d080eee323483be9cf37.tar.gz |
tests: let afl-fuzz run with -D, so more test cases are produced
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 2b09e753..9fe63ea3 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -67,7 +67,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { echo 0 > in/in $ECHO "$GREY[*] running afl-fuzz for gcc_plugin, this will take approx 10 seconds" { - ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain.gccpi >>errors 2>&1 + ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -D -- ./test-instr.plain.gccpi >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with gcc_plugin" |