aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2018-06-27 17:05:54 -0700
committerAndrew Chow <achow101-github@achow101.com>2018-07-16 17:05:30 -0700
commit020628e3a4e88e36647eaf92bac4b3552796ac6a (patch)
tree9450c20f9d91711555a534b0e083cbcf6ad4d513 /src/Makefile.test.include
parenta4b06fb42eb0ad94e562ca839391b57e69285136 (diff)
downloadbitcoin-020628e3a4e88e36647eaf92bac4b3552796ac6a.tar.xz
Tests for PSBT
Added functional tests for PSBT that test the RPCs. Also added all of the BIP 174 test vectors (except for the updater tests) in the functional tests. Added a Unit test for the BIP 174 updater test vector.
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 a4d31795ec..b50b75c081 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -94,6 +94,7 @@ BITCOIN_TESTS =\
if ENABLE_WALLET
BITCOIN_TESTS += \
wallet/test/accounting_tests.cpp \
+ wallet/test/psbt_wallet_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/wallet_crypto_tests.cpp \
wallet/test/coinselector_tests.cpp