diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-07 16:56:12 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-07 16:56:12 +0200 |
commit | e51f1ea5a5dd630dec9bfcd668db4ea583fa72d1 (patch) | |
tree | c2dd0fceee9796b4dffd7615b36b7d116a10ee09 /test | |
parent | 22d3a5e90abd58c6a4bb68bf1b3f7ece8283f5bb (diff) | |
parent | 673ace2a4b631703c4de0ff5efd154fe7ecc1012 (diff) | |
download | afl++-e51f1ea5a5dd630dec9bfcd668db4ea583fa72d1.tar.gz |
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-llvm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh index 02d23f9c..96a7f92a 100755 --- a/test/test-llvm.sh +++ b/test/test-llvm.sh @@ -172,7 +172,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { $ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature compilation failed" CODE=1 } - rm -f test-floatingpoint test.out in/in + rm -f test-floatingpoint test.out in/in errors echo foobar.c > instrumentlist.txt AFL_DEBUG=1 AFL_LLVM_INSTRUMENT_FILE=instrumentlist.txt ../afl-clang-fast -o test-compcov test-compcov.c > test.out 2>&1 test -e test-compcov && test_compcov_binary_functionality ./test-compcov && { @@ -227,4 +227,4 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { INCOMPLETE=1 } -. ./test-post.sh \ No newline at end of file +. ./test-post.sh |