diff options
-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 } } || { |