Adds json_test_vectors.h to zcash_gtest_SOURCES

This commit is contained in:
Kevin Gallagher
2016-10-14 22:37:43 -07:00
committed by Jack Grigg
parent 2f3ecb4422
commit b2ba9d64ed

View File

@@ -6,6 +6,7 @@ zcash_gtest_SOURCES = \
gtest/main.cpp \ gtest/main.cpp \
gtest/test_checktransaction.cpp \ gtest/test_checktransaction.cpp \
gtest/json_test_vectors.cpp \ gtest/json_test_vectors.cpp \
gtest/json_test_vectors.h \
gtest/test_foundersreward.cpp \ gtest/test_foundersreward.cpp \
gtest/test_wallet_zkeys.cpp \ gtest/test_wallet_zkeys.cpp \
gtest/test_jsonspirit.cpp \ gtest/test_jsonspirit.cpp \