diff options
author | van Hauser <vh@thc.org> | 2019-09-22 13:21:15 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-22 13:21:15 +0200 |
commit | b4ca95a9fafccd0506285000595ada5ed47f9ca3 (patch) | |
tree | d5ae237d16714f95f9b417c352a1558559b21031 /test | |
parent | f097f780af8bf30a51d2d462dfe303604e4a6a75 (diff) | |
download | afl++-b4ca95a9fafccd0506285000595ada5ed47f9ca3.tar.gz |
afl-fuzz mutation documentation feature
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 5d67588a..d230cf71 100755 --- a/test/test.sh +++ b/test/test.sh @@ -27,10 +27,18 @@ test -z "$ECHO" && { echo Error: echo command does not support -e option ; exit export AFL_EXIT_WHEN_DONE=1 export AFL_SKIP_CPUFREQ=1 +unset AFL_QUIET unset AFL_DEBUG unset AFL_HARDEN +unset AFL_USE_ASAN +unset AFL_USE_MSAN +unset AFL_CC +unset AFL_PRELOAD unset AFL_LLVM_WHITELIST unset AFL_LLVM_INSTRIM +unset AFL_LLVM_LAF_SPLIT_SWITCHES +unset AFL_LLVM_LAF_TRANSFORM_COMPARES +unset AFL_LLVM_LAF_SPLIT_COMPARES GREY="\\x1b[1;90m" BLUE="\\x1b[1;94m" |