From a5d8bc2b5c76050790c38d98ee40eb153ad50497 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Thu, 17 Mar 2016 14:36:21 -0700
Subject: [PATCH] Grab submodules

---
 tools/fuzzer/build_and_run_fuzzer.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/fuzzer/build_and_run_fuzzer.sh b/tools/fuzzer/build_and_run_fuzzer.sh
index cd04684014..ace79523ea 100755
--- a/tools/fuzzer/build_and_run_fuzzer.sh
+++ b/tools/fuzzer/build_and_run_fuzzer.sh
@@ -31,5 +31,6 @@
 
 set -ex
 
-make CONFIG=$config $1 Q=
+git submodule update --init
+make CONFIG=$config $1
 bins/$config/$1
-- 
GitLab