aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-17 15:22:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-17 15:22:42 -0700
commit50b89533b55e465c201885063e255740b68c1277 (patch)
tree0864ed4a54e2022681db6c7addf9032d61fb7434 /tools/fuzzer
parentc5296f6d23cb6840a8e8aa09e377b193a341a77d (diff)
x
Diffstat (limited to 'tools/fuzzer')
-rwxr-xr-xtools/fuzzer/build_and_run_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/build_and_run_fuzzer.sh b/tools/fuzzer/build_and_run_fuzzer.sh
index 044de71aac..6b63ef02ca 100755
--- a/tools/fuzzer/build_and_run_fuzzer.sh
+++ b/tools/fuzzer/build_and_run_fuzzer.sh
@@ -33,6 +33,6 @@ set -ex
git submodule update --init
find . | sort
-make run_dep_checks
+make CONFIG=$config run_dep_checks
make CONFIG=$config $1
bins/$config/$1