diff options
author | van Hauser <vh@thc.org> | 2020-05-22 13:31:16 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-22 13:31:16 +0200 |
commit | 536397b22fb497bc26675e2141d4364b22876bfb (patch) | |
tree | f9b5ca7f2769117aa304d22955fb727ccd077bef | |
parent | 6253bea73cdfb9a4ec33fbab66d167ab5dfab7db (diff) | |
download | afl++-536397b22fb497bc26675e2141d4364b22876bfb.tar.gz |
travis debug
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 37b09968..37581d5f 100755 --- a/test/test.sh +++ b/test/test.sh @@ -352,6 +352,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { rm -f test-instr.instrim test.out } || { $ECHO "$RED[!] llvm_mode InsTrim compilation failed" + AFL_LLVM_INSTRIM=1 AFL_LLVM_INSTRIM_LOOPHEAD=1 ../afl-clang-fast -o test-instr.instrim ../test-instr.c CODE=1 } } || { |