mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
test: Set -use_value_profile=1 when merging fuzz inputs
This commit is contained in:
parent
3410fe6887
commit
fa5e973b44
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ def merge_inputs(*, corpus, test_list, build_dir, merge_dir):
|
||||||
args = [
|
args = [
|
||||||
os.path.join(build_dir, 'src', 'test', 'fuzz', t),
|
os.path.join(build_dir, 'src', 'test', 'fuzz', t),
|
||||||
'-merge=1',
|
'-merge=1',
|
||||||
|
'-use_value_profile=1', # Also done by oss-fuzz https://github.com/google/oss-fuzz/issues/1406#issuecomment-387790487
|
||||||
os.path.join(corpus, t),
|
os.path.join(corpus, t),
|
||||||
os.path.join(merge_dir, t),
|
os.path.join(merge_dir, t),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue