aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2021-09-28 16:38:59 +0100
committerglozow <gloriajzhao@gmail.com>2022-07-28 12:05:05 +0100
commitc320cddb1b57a9c9911054fc440f7a12aaea61b5 (patch)
tree22aa8775ed7c2c84679ec15773ac21ee9e105498 /src/Makefile.test.include
parentd1e42659bbdd8da170542d8c638242cd94f71a7d (diff)
downloadbitcoin-c320cddb1b57a9c9911054fc440f7a12aaea61b5.tar.xz
[unit tests] individual RBF Rules in isolation
Test each component of the RBF policy in isolation. Unlike the RBF functional tests, these do not rely on things like RPC results, mempool submission, etc.
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 d9195ad32e..d8ff64bc43 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -117,6 +117,7 @@ BITCOIN_TESTS =\
test/prevector_tests.cpp \
test/raii_event_tests.cpp \
test/random_tests.cpp \
+ test/rbf_tests.cpp \
test/rest_tests.cpp \
test/reverselock_tests.cpp \
test/rpc_tests.cpp \