diff options
| author | van Hauser <vh@thc.org> | 2020-11-30 13:03:33 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-11-30 13:03:33 +0100 |
| commit | 63c317218bfe1ffc91443a2620c653581aff0ba1 (patch) | |
| tree | 70a4efbd65645b154a1648f74196b66afe3e45c8 /test/test-llvm-lto.sh | |
| parent | aff4ccb0b2324259554537983e9261e48cccf275 (diff) | |
| download | afl++-63c317218bfe1ffc91443a2620c653581aff0ba1.tar.gz | |
persistent_demo -> persistent_mode
Diffstat (limited to 'test/test-llvm-lto.sh')
| -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 6b327633..bdb08559 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 ../examples/persistent_demo/persistent_demo.c > /dev/null 2>&1 + ../afl-clang-lto -o test-persistent ../examples/persistent_mode/persistent_mode.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" |
