test: add unit test for AvailableCoins

test that UTXOs are bucketed correctly after
running AvailableCoins
This commit is contained in:
josibake
2022-05-07 15:53:02 +02:00
parent da03cb41a4
commit 71d1d13627
2 changed files with 106 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ BITCOIN_TESTS += \
wallet/test/wallet_crypto_tests.cpp \
wallet/test/wallet_transaction_tests.cpp \
wallet/test/coinselector_tests.cpp \
wallet/test/availablecoins_tests.cpp \
wallet/test/init_tests.cpp \
wallet/test/ismine_tests.cpp \
wallet/test/scriptpubkeyman_tests.cpp