Invoke the merkle_hash API in librustzcash via test suite.

This commit is contained in:
Sean Bowe
2018-04-12 16:30:58 -06:00
parent e6bbd8481e
commit 395bcd3647
2 changed files with 16 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ zcash_gtest_SOURCES += \
gtest/test_libzcash_utils.cpp \
gtest/test_proofs.cpp \
gtest/test_paymentdisclosure.cpp \
gtest/test_pedersen_hash.cpp \
gtest/test_checkblock.cpp
if ENABLE_WALLET
zcash_gtest_SOURCES += \