MOVEONLY: move package unit tests to their own file

This commit is contained in:
glozow
2021-10-28 12:54:19 +01:00
parent c9b1439ca9
commit 6876378365
3 changed files with 114 additions and 95 deletions

View File

@@ -139,6 +139,7 @@ BITCOIN_TESTS =\
test/transaction_tests.cpp \
test/txindex_tests.cpp \
test/txrequest_tests.cpp \
test/txpackage_tests.cpp \
test/txvalidation_tests.cpp \
test/txvalidationcache_tests.cpp \
test/uint256_tests.cpp \