diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-17 14:36:21 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-17 14:36:21 -0700 |
commit | a5d8bc2b5c76050790c38d98ee40eb153ad50497 (patch) | |
tree | 031e5fc4133571e1d53635ff47444b80856a34b2 | |
parent | 2360226ec283e91a8701052941a2675e4cd43f0d (diff) |
Grab submodules
-rwxr-xr-x | tools/fuzzer/build_and_run_fuzzer.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |