aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorchinggg <24590067+chinggg@users.noreply.github.com>2022-06-22 20:44:43 +0800
committerchinggg <24590067+chinggg@users.noreply.github.com>2022-07-06 22:13:54 +0800
commit6eb0909cb7d5883a258f76ad6cf2c989fc6f892f (patch)
treecd7a68e680fac8c27e5d19d067a14e07ddec8f51 /src/Makefile.test.include
parentb9122e95f0f4ff5d2b2e21a5caf6c69d488c0347 (diff)
downloadbitcoin-6eb0909cb7d5883a258f76ad6cf2c989fc6f892f.tar.xz
fuzz: add low-level target for txorphanage
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 098feacb3d..b806b62d5b 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -325,6 +325,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/tx_in.cpp \
test/fuzz/tx_out.cpp \
test/fuzz/tx_pool.cpp \
+ test/fuzz/txorphan.cpp \
test/fuzz/txrequest.cpp \
test/fuzz/utxo_snapshot.cpp \
test/fuzz/validation_load_mempool.cpp \