Add test for non-malleable txids. To run just this test:

./zcash-gtest --gtest_filter="txid_tests*"
This commit is contained in:
Simon
2016-08-05 22:54:21 -07:00
parent 95277e0311
commit 2a7fde3f42
2 changed files with 46 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ zcash_gtest_SOURCES = \
gtest/test_noteencryption.cpp \
gtest/test_merkletree.cpp \
gtest/test_circuit.cpp \
gtest/test_txid.cpp \
gtest/test_libzcash_utils.cpp
zcash_gtest_CPPFLAGS = -DMULTICORE -fopenmp -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DSTATIC