diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-06-12 14:17:59 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2021-03-15 15:42:15 +0000 |
commit | 68afd3eeec27a270765ad26cd62d87cd0935e99f (patch) | |
tree | c4003725477f545b85adb2308e7babe328ad3208 /src/Makefile.test.include | |
parent | 91af6b97c9197f8ac9766a8559dd50bbc443ad38 (diff) |
tests: Add fuzzing harness for LoadMempool(...) and DumpMempool(...)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 133277baa6..13eb54fd92 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -296,7 +296,8 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/transaction.cpp \ test/fuzz/tx_in.cpp \ test/fuzz/tx_out.cpp \ - test/fuzz/txrequest.cpp + test/fuzz/txrequest.cpp \ + test/fuzz/validation_load_mempool.cpp endif # ENABLE_FUZZ_BINARY nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) |