about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-12-10 07:43:19 +0100
committerhexcoder- <heiko@hexco.de>2019-12-10 07:43:19 +0100
commit8c841a068a49474e45ef921b81fc34d0027b1d90 (patch)
treeda1d14243600c083aed01875c2eb4f1dfd63c502
parentf3fb1d3411607c58ffcc0c4ab856f7acf6b5857f (diff)
downloadafl++-8c841a068a49474e45ef921b81fc34d0027b1d90.tar.gz
fix machine description for NetBSD 'amd64'
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 26f01597..ee497298 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -72,7 +72,7 @@ $ECHO "${RESET}${GREY}[*] starting afl++ test framework ..."
 test -z "$SYS" && $ECHO "$YELLOW[!] uname -m did not succeed"
 
 $ECHO "$BLUE[*] Testing: ${AFL_GCC}, afl-showmap and afl-fuzz"
-test "$SYS" = "i686" -o "$SYS" = "x86_64" && {
+test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" && {
  test -e ../${AFL_GCC} -a -e ../afl-showmap -a -e ../afl-fuzz && {
   ../${AFL_GCC} -o test-instr.plain ../test-instr.c > /dev/null 2>&1
   AFL_HARDEN=1 ../${AFL_GCC} -o test-compcov.harden test-compcov.c > /dev/null 2>&1