Fix gtest issue introduced into master

This commit is contained in:
Jack Grigg
2016-11-02 16:45:38 -05:00
parent 3bddaf632e
commit e80490f5ff

View File

@@ -1,12 +1,14 @@
TESTS += zcash-gtest
bin_PROGRAMS += zcash-gtest
# tool for generating our public parameters
# tool for generating our public parameters.
# test_checktransaction.cpp MUST be before
# any test that calls SelectParams().
zcash_gtest_SOURCES = \
gtest/main.cpp \
gtest/utils.cpp \
gtest/test_checkblock.cpp \
gtest/test_checktransaction.cpp \
gtest/test_checkblock.cpp \
gtest/json_test_vectors.cpp \
gtest/json_test_vectors.h \
gtest/test_foundersreward.cpp \