Page MenuHomePhabricator

test/fuzz: add a seed corpus generation option to the test_runner
ClosedPublic

Authored by Fabien on Nov 5 2020, 10:34.

Details

Summary
This adds a startup option to test/fuzz/test_runner.py which allows to
generate seed corpus to the passed seed_dir instead of using them.

Backport of core PR19659.

Depends on D8278.

Test Plan
ninja bitcoin-fuzzers
./test/fuzz/test_runner.py -j 24 -g <new_corpus_path>

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable