diff options
author | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
commit | e30b2c6af6e369844c92c00a20ebdd53473a747c (patch) | |
tree | cc546af9c1fc321e32d5473f679e1c6a144cb62d /test | |
parent | 4b3ad5f037ee9a36aa057bf55a69acca1f573922 (diff) | |
download | afl++-e30b2c6af6e369844c92c00a20ebdd53473a747c.tar.gz |
final changes for pre-3.0
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 | ||||
-rwxr-xr-x | test/test-unittests.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 2ed10a72..8b8cbd8e 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -3,7 +3,7 @@ . ./test-pre.sh $ECHO "$BLUE[*] Testing: gcc_plugin" -test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && { +test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { SAVE_AFL_CC=${AFL_CC} export AFL_CC=`command -v gcc` ../afl-gcc-fast -o test-instr.plain.gccpi ../test-instr.c > /dev/null 2>&1 diff --git a/test/test-unittests.sh b/test/test-unittests.sh index f540b5f8..58c2eea9 100755 --- a/test/test-unittests.sh +++ b/test/test-unittests.sh @@ -7,3 +7,5 @@ unset AFL_CC make -C .. unit || CODE=1 INCOMPLETE=1 : . ./test-post.sh + +rm -rf unittests/unit_hash unittests/unit_rand |