Skip to content

Commit 3c7fe0e

Browse files
committed
Add txrequest unit tests
Add unit tests for TxRequestTracker. Several scenarios are tested, randomly interleaved with eachother. Includes a test by Antoine Riard (ariard).
1 parent da3b8fd commit 3c7fe0e

File tree

4 files changed

+857
-1
lines changed

4 files changed

+857
-1
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ BITCOIN_TESTS =\
275275
test/torcontrol_tests.cpp \
276276
test/transaction_tests.cpp \
277277
test/txindex_tests.cpp \
278+
test/txrequest_tests.cpp \
278279
test/txvalidation_tests.cpp \
279280
test/txvalidationcache_tests.cpp \
280281
test/uint256_tests.cpp \

0 commit comments

Comments
 (0)