aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2021-11-05 10:40:55 +0200
committerGleb Naumenko <naumenko.gs@gmail.com>2022-10-17 12:35:44 +0300
commitb99ee9d22d53777f501d0926d7ca6b0b45b237a1 (patch)
tree8dbf9ba46b8b18d91a7089ae1a77134b5d1baa99 /src/Makefile.test.include
parentf63f1d3f4bdef2923a8395473ca59e4763769bd7 (diff)
downloadbitcoin-b99ee9d22d53777f501d0926d7ca6b0b45b237a1.tar.xz
test: Add unit tests for reconciliation negotiation
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 b21e9906a3..fc60359efd 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -148,6 +148,7 @@ BITCOIN_TESTS =\
test/transaction_tests.cpp \
test/txindex_tests.cpp \
test/txpackage_tests.cpp \
+ test/txreconciliation_tests.cpp \
test/txrequest_tests.cpp \
test/txvalidation_tests.cpp \
test/txvalidationcache_tests.cpp \