diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-01-14 21:26:19 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-18 18:43:52 +0100 |
commit | faa9ef49d18da9223220afcc263ac91a74c291a6 (patch) | |
tree | f0c9556bf0f153dda55dcb3d0b653506fcd83ec3 /src/Makefile.test.include | |
parent | 6834e02c896b97ecbd2ad8251c5b09612b27bf10 (diff) |
fuzz: Add tx_pool fuzz targets
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 24b2879789..66cc68ebf3 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -297,6 +297,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/transaction.cpp \ test/fuzz/tx_in.cpp \ test/fuzz/tx_out.cpp \ + test/fuzz/tx_pool.cpp \ test/fuzz/txrequest.cpp \ test/fuzz/validation_load_mempool.cpp endif # ENABLE_FUZZ_BINARY |