diff options
author | van Hauser <vh@thc.org> | 2020-12-02 15:03:21 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-02 15:03:21 +0100 |
commit | 1890d7b9cf5a32368c0700ef790f97087b948e1f (patch) | |
tree | bbeaa37316c60692ecf077e436c33c262aa3ddf8 /test | |
parent | 16a6bbb3c9b826359e3fe193b1f66a941fde6d62 (diff) | |
download | afl++-1890d7b9cf5a32368c0700ef790f97087b948e1f.tar.gz |
very complete runtime lookup rewrite
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-llvm-lto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm-lto.sh b/test/test-llvm-lto.sh index e10f4cf7..d0b8f8fc 100755 --- a/test/test-llvm-lto.sh +++ b/test/test-llvm-lto.sh @@ -57,7 +57,7 @@ test -e ../afl-clang-lto -a -e ../afl-llvm-lto-instrumentation.so && { CODE=1 } rm -f test-compcov test.out instrumentlist.txt - ../afl-clang-lto -o test-persistent ../utils/persistent_mode/persistent_mode.c > /dev/null 2>&1 + ../afl-clang-lto -o test-persistent ../utils/persistent_mode/persistent_demo.c > /dev/null 2>&1 test -e test-persistent && { echo foo | ../afl-showmap -m none -o /dev/null -q -r ./test-persistent && { $ECHO "$GREEN[+] llvm_mode LTO persistent mode feature works correctly" |