crypter: add tests for crypter

This commit is contained in:
Cory Fields
2015-03-20 01:27:50 -04:00
committed by lateminer
parent df2b01b7cd
commit b1913e4dd2
3 changed files with 237 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ if ENABLE_WALLET
BITCOIN_TESTS += \
test/accounting_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/crypto_tests.cpp \
test/rpc_wallet_tests.cpp
endif