aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-02 15:03:21 +0100
committervan Hauser <vh@thc.org>2020-12-02 15:03:21 +0100
commit1890d7b9cf5a32368c0700ef790f97087b948e1f (patch)
treebbeaa37316c60692ecf077e436c33c262aa3ddf8 /test
parent16a6bbb3c9b826359e3fe193b1f66a941fde6d62 (diff)
downloadAFLplusplus-1890d7b9cf5a32368c0700ef790f97087b948e1f.tar.gz
very complete runtime lookup rewrite
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-llvm-lto.sh2
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"