aboutsummaryrefslogtreecommitdiff
path: root/test/test-qemu-mode.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-02-06 11:24:04 +0100
committerhexcoder- <heiko@hexco.de>2021-02-06 11:24:04 +0100
commite81f30828fbe6374b0fd3be03ebc13cfb490f8a3 (patch)
tree02511623a750210f0a5346331862aeca6085ba24 /test/test-qemu-mode.sh
parentbf289ce50e60ffe07d916915cdcca99e59479386 (diff)
downloadAFLplusplus-e81f30828fbe6374b0fd3be03ebc13cfb490f8a3.tar.gz
fix test-qemu-mode.sh to run standalone
Diffstat (limited to 'test/test-qemu-mode.sh')
-rwxr-xr-xtest/test-qemu-mode.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-qemu-mode.sh b/test/test-qemu-mode.sh
index 73b39a43..0cd6ef40 100755
--- a/test/test-qemu-mode.sh
+++ b/test/test-qemu-mode.sh
@@ -3,6 +3,16 @@
. ./test-pre.sh
$ECHO "$BLUE[*] Testing: qemu_mode"
+test -z "$AFL_CC" && {
+ if type gcc >/dev/null; then
+ export AFL_CC=gcc
+ else
+ if type clang >/dev/null; then
+ export AFL_CC=clang
+ fi
+ fi
+}
+
test -e ../afl-qemu-trace && {
cc -pie -fPIE -o test-instr ../test-instr.c
cc -o test-compcov test-compcov.c