From 0477d7d72895e7d2b3b82c5caf78b53b9eb451f6 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Sun, 24 Apr 2016 10:42:50 -0700 Subject: API dictionary --- tools/fuzzer/runners/api_fuzzer.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/fuzzer/runners/api_fuzzer.sh') diff --git a/tools/fuzzer/runners/api_fuzzer.sh b/tools/fuzzer/runners/api_fuzzer.sh index 3521489470..d1c1e7da0d 100644 --- a/tools/fuzzer/runners/api_fuzzer.sh +++ b/tools/fuzzer/runners/api_fuzzer.sh @@ -31,6 +31,7 @@ flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120" +flags="$flags -dict=test/core/end2end/fuzzers/api_fuzzer.dictionary" if [ "$jobs" != "1" ] then -- cgit v1.2.3