From 72e5db457ffeb978f749a243cc0a67611930313e Mon Sep 17 00:00:00 2001
From: Anh <zenpoems@gmail.com>
Date: Wed, 30 Jan 2019 09:50:10 -0800
Subject: [PATCH] Invoke functional test for zafl + fixed_map config

---
 cicd_testing/afl-zafl.sh | 1 +
 zfuzz                    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cicd_testing/afl-zafl.sh b/cicd_testing/afl-zafl.sh
index 817c384..1cbf17b 100755
--- a/cicd_testing/afl-zafl.sh
+++ b/cicd_testing/afl-zafl.sh
@@ -21,6 +21,7 @@ echo "Testing zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000"
 export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
 $ZAFL_HOME/zfuzz/test/strings/test_strings.sh
 $ZAFL_HOME/zfuzz/test/bc/test_bc.sh
+$ZAFL_HOME/zfuzz/test/bc.fixed_map/test_bc.sh
 $ZAFL_HOME/zfuzz/test/sha256sum/test_sha256sum.sh
 $ZAFL_HOME/zfuzz/test/od/test_od.sh
 
diff --git a/zfuzz b/zfuzz
index ab9a9e6..45474c7 160000
--- a/zfuzz
+++ b/zfuzz
@@ -1 +1 @@
-Subproject commit ab9a9e6d6e1a5e0b41d958aee8aa3a6ef3f9e719
+Subproject commit 45474c7e562cc822c4b4f81396e1ba4a64e646c8
-- 
GitLab