aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-26 01:15:53 +0100
committervanhauser-thc <vh@thc.org>2021-12-26 01:15:53 +0100
commit8521eb841364a06914b3ea7d8090b69d9de1dcd4 (patch)
tree1a5e58cd4ba9b0e71ca62e46a85a68ce06f883c1 /test
parent699c16c7e054006511a79a3a11f54d3f6c74a253 (diff)
downloadAFLplusplus-8521eb841364a06914b3ea7d8090b69d9de1dcd4.tar.gz
debug ci
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-basic.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh
index c39faa74..393e47ea 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -48,6 +48,8 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
$ECHO "$GREEN[+] ${AFL_GCC} hardened mode succeeded and is working"
} || {
$ECHO "$RED[!] ${AFL_GCC} hardened mode is not hardened"
+ env | egrep 'AFL|PATH|LLVM'
+ AFL_DEBUG=1 AFL_HARDEN=1 ../${AFL_GCC} -o test-compcov.harden test-compcov.c
CODE=1
}
rm -f test-compcov.harden