aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2022-02-07 10:18:00 +0000
committerJohn Newbery <john@johnnewbery.com>2022-04-25 08:37:01 +0100
commitb8f17fbcb4a98187b16dd4737f4751e0eee94c49 (patch)
tree311c42c6db338364531ceecda7811384e203ecbd /src/Makefile.test.include
parentb1c5991eebb916755be188f355ad36fe01a3f529 (diff)
downloadbitcoin-b8f17fbcb4a98187b16dd4737f4751e0eee94c49.tar.xz
[tests] Move TxOrphange tests to orphange_tests.cpp
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 96a9a74802..4a35f40112 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -110,6 +110,7 @@ BITCOIN_TESTS =\
test/net_peer_eviction_tests.cpp \
test/net_tests.cpp \
test/netbase_tests.cpp \
+ test/orphanage_tests.cpp \
test/pmt_tests.cpp \
test/policy_fee_tests.cpp \
test/policyestimator_tests.cpp \