From 7d585059e7295df1ba7e11205ff73a27f85f43d9 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 5 Dec 2019 15:41:25 +0100 Subject: [PATCH] test script changes for arm64 --- test/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test.sh b/test/test.sh index bf1cd347..9471a3dc 100755 --- a/test/test.sh +++ b/test/test.sh @@ -97,6 +97,10 @@ test -e ../${AFL_GCC} -a -e ../afl-showmap -a -e ../afl-fuzz && { } } || { $ECHO "$RED[!] ${AFL_GCC} failed" + echo CUT------------------------------------------------------------------CUT + uname -a + ../${AFL_GCC} -o test-instr.plain ../test-instr.c + echo CUT------------------------------------------------------------------CUT CODE=1 } test -e test-compcov.harden && {