aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2021-10-28 12:54:19 +0100
committerglozow <gloriajzhao@gmail.com>2021-11-04 14:55:12 -0400
commit68763783658f004efd9117fa7a69b0e271c4eaaa (patch)
tree2f8c2a168236c2596f343e898944257eca5b82d2 /src/Makefile.test.include
parentc9b1439ca9ab691f4672d2cbf33d9381f2985466 (diff)
downloadbitcoin-68763783658f004efd9117fa7a69b0e271c4eaaa.tar.xz
MOVEONLY: move package unit tests to their own file
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 27f9382631..2b82a7428e 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -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 \