Add gtest to cover new methods in:

CWallet
- GenerateNewZKey()
- AddZKey()
- LoadZKey()
- LoadZKeyMetadata()
CWalletDB
- WriteZKey()
This commit is contained in:
Simon
2016-08-11 10:48:16 -07:00
parent e709997ff2
commit 4cea36bef3
2 changed files with 141 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ zcash_gtest_SOURCES = \
gtest/test_merkletree.cpp \
gtest/test_circuit.cpp \
gtest/test_txid.cpp \
gtest/test_wallet_zkeys.cpp \
gtest/test_libzcash_utils.cpp \
gtest/test_proofs.cpp