aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fuzzer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fuzzer')
-rw-r--r--tools/fuzzer/runners/api_fuzzer.sh1
1 files changed, 1 insertions, 0 deletions
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