Commit 58dd8c86 authored by Lev Walkin's avatar Lev Walkin

fix option naming

parent d5142d4c
...@@ -109,7 +109,7 @@ cat <<TARGETS >> "${testdir}/Makefile.targets" ...@@ -109,7 +109,7 @@ cat <<TARGETS >> "${testdir}/Makefile.targets"
check-fuzzer: check-fuzzer:
TARGETS TARGETS
else else
CHECK_FUZZER="./check-fuzzer -timeout=3 -max_total_time=60 -max-len 512 -detect_leaks=1" CHECK_FUZZER="./check-fuzzer -timeout=3 -max_total_time=60 -max_len=512 -detect_leaks=1"
cat <<TARGETS >> "${testdir}/Makefile.targets" cat <<TARGETS >> "${testdir}/Makefile.targets"
check-fuzzer: \$(OBJS) check-fuzzer: \$(OBJS)
rm -f ${source_obj} rm -f ${source_obj}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment