diff options
author | Andrew Chow <achow101-github@achow101.com> | 2018-06-27 17:05:54 -0700 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2018-07-16 17:05:30 -0700 |
commit | 020628e3a4e88e36647eaf92bac4b3552796ac6a (patch) | |
tree | 9450c20f9d91711555a534b0e083cbcf6ad4d513 /src/Makefile.test.include | |
parent | a4b06fb42eb0ad94e562ca839391b57e69285136 (diff) |
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.include | 1 |
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 |