diff options
author | dergoegge <n.goeggi@gmail.com> | 2023-01-16 16:16:07 +0100 |
---|---|---|
committer | dergoegge <n.goeggi@gmail.com> | 2023-01-23 17:29:41 +0100 |
commit | a8ac61ab5e1805df61f4dc94ded44a874725484c (patch) | |
tree | ee0ad71aabfd2c394f03cec6b26d64fdebb0cecf /src/Makefile.test.include | |
parent | 42bd4c746824e3b2adf2c696cf4a705fa43d1fa8 (diff) |
[fuzz] Add PartiallyDownloadedBlock target
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 1a29e9a47a..4d867fdc2f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -293,6 +293,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/parse_numbers.cpp \ test/fuzz/parse_script.cpp \ test/fuzz/parse_univalue.cpp \ + test/fuzz/partially_downloaded_block.cpp \ test/fuzz/policy_estimator.cpp \ test/fuzz/policy_estimator_io.cpp \ test/fuzz/pow.cpp \ |