diff options
author | van Hauser <vh@thc.org> | 2020-04-09 11:49:40 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-09 16:27:00 +0200 |
commit | b485b7a25262fa9151c5b6792ba3508f6474769e (patch) | |
tree | c3874c3010b14ebbd206e94620489eed034fe6b3 /test | |
parent | c1395bb543b3b02b491d1c16374af6efbc77a5d2 (diff) | |
download | afl++-b485b7a25262fa9151c5b6792ba3508f6474769e.tar.gz |
fix compilers for empty AFL_CC/AFL_CXX env
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 0666ca36..c673337e 100755 --- a/test/test.sh +++ b/test/test.sh @@ -581,6 +581,8 @@ test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && { INCOMPLETE=1 } +test -z "$AFL_CC" && unset AFL_CC + $ECHO "$BLUE[*] Testing: shared library extensions" cc $CFLAGS -o test-compcov test-compcov.c > /dev/null 2>&1 test -e ../libtokencap.so && { |