diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-02-03 15:13:57 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-02-03 15:13:57 +0100 |
commit | a1e56fdbed61761f8d8ca1e413b11bc220f3808c (patch) | |
tree | 7200a3d205a35b35bab3109043d907c954f6ebba /test | |
parent | 89088035322c8b3ddb07f29367f62cdb590fb8f5 (diff) | |
parent | 13ac2cb125bd5d46a6a139d75cfaf2755f7014e3 (diff) | |
download | afl++-a1e56fdbed61761f8d8ca1e413b11bc220f3808c.tar.gz |
merged mds
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 20e02a83..79cba57a 100755 --- a/test/test.sh +++ b/test/test.sh @@ -318,7 +318,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { CODE=1 } rm -f test-compcov test.out whitelist.txt - ../afl-clang-fast -o test-persistent ../experimental/persistent_demo/persistent_demo.c > /dev/null 2>&1 + ../afl-clang-fast -o test-persistent ../examples/persistent_demo/persistent_demo.c > /dev/null 2>&1 test -e test-persistent && { echo foo | ../afl-showmap -o /dev/null -q -r ./test-persistent && { $ECHO "$GREEN[+] llvm_mode persistent mode feature works correctly" @@ -427,7 +427,7 @@ test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && { CODE=1 } rm -f test-compcov test.out whitelist.txt - ../afl-gcc-fast -o test-persistent ../experimental/persistent_demo/persistent_demo.c > /dev/null 2>&1 + ../afl-gcc-fast -o test-persistent ../examples/persistent_demo/persistent_demo.c > /dev/null 2>&1 test -e test-persistent && { echo foo | ../afl-showmap -o /dev/null -q -r ./test-persistent && { $ECHO "$GREEN[+] gcc_plugin persistent mode feature works correctly" |