[test] Add tests for some walletmodel functions

Add unit tests for some walletmodel functions that will be refactored & moved
in the next commit.
This commit is contained in:
Russell Yanofsky
2017-04-28 13:59:25 -04:00
parent 526e8390e6
commit ef8ca179ef
2 changed files with 127 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ qt_test_test_bitcoin_qt_SOURCES = \
if ENABLE_WALLET
qt_test_test_bitcoin_qt_SOURCES += \
qt/test/paymentservertests.cpp \
qt/test/wallettests.cpp
qt/test/wallettests.cpp \
wallet/test/wallet_test_fixture.cpp
endif
nodist_qt_test_test_bitcoin_qt_SOURCES = $(TEST_QT_MOC_CPP)