Actually fix https://github.com/google/honggfuzz/issues/336#issuecomment-702972138
Follow-up to #20065
Steps to test: honggfuzz section in doc/fuzzing.md
Actually fix https://github.com/google/honggfuzz/issues/336#issuecomment-702972138
Follow-up to #20065
Steps to test: honggfuzz section in doc/fuzzing.md
-DPROVIDE_MAIN_FUNCTION# FUZZ=process_message_version ./honggfuzz/honggfuzz -i ./qa-assets/fuzz_seed_corpus/process_message_version -- ./src/test/fuzz/fuzz
[2021-02-04T13:19:41+0100][E][72620] cmdlineVerify():242 You must specify '___FILE___' if the -s (stdin fuzzing) or --persistent options are not set
[2021-02-04T13:19:41+0100][F][72620] main():325 Parsing of the cmd-line arguments failed
It is only possible to run the extremely slow -s (stdin) fuzz config:
# FUZZ=process_message_version ./honggfuzz/honggfuzz -s -i ./qa-assets/fuzz_seed_corpus/process_message_version -- ./src/test/fuzz/fuzz
...
Speed : 0/sec [avg: 13]
...
# FUZZ=process_message_version ./honggfuzz/honggfuzz -i ./qa-assets/fuzz_seed_corpus/process_message_version -- ./src/test/fuzz/fuzz
...
Speed : 13,184/sec [avg: 12,328]
...
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
cr ACK fac4be30482c21ac330e09ef8756c49e37faa6fa: patch looks correct!
Thanks for fixing.