diff options
author | glozow <gloriajzhao@gmail.com> | 2021-09-28 16:38:59 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2022-07-28 12:05:05 +0100 |
commit | c320cddb1b57a9c9911054fc440f7a12aaea61b5 (patch) | |
tree | 22aa8775ed7c2c84679ec15773ac21ee9e105498 /src/Makefile.test.include | |
parent | d1e42659bbdd8da170542d8c638242cd94f71a7d (diff) |
[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.include | 1 |
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 \ |