Tests: add unit tests for GetWalletEnv

Github-Pull: #11911
Rebased-From: 88b1d95
This commit is contained in:
Pierre Rochard 2018-09-14 21:10:20 -04:00 committed by Anthony Fieroni
parent 02c080af5e
commit e3ba14387d

View file

@ -162,6 +162,7 @@ endif
if ENABLE_WALLET
BITCOIN_TESTS += \
wallet/test/db_tests.cpp \
wallet/test/db_tests.cpp \
wallet/test/psbt_wallet_tests.cpp \
wallet/test/wallet_tests.cpp \