Fix gtest issue introduced into master
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
TESTS += zcash-gtest
|
TESTS += zcash-gtest
|
||||||
bin_PROGRAMS += 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 = \
|
zcash_gtest_SOURCES = \
|
||||||
gtest/main.cpp \
|
gtest/main.cpp \
|
||||||
gtest/utils.cpp \
|
gtest/utils.cpp \
|
||||||
gtest/test_checkblock.cpp \
|
|
||||||
gtest/test_checktransaction.cpp \
|
gtest/test_checktransaction.cpp \
|
||||||
|
gtest/test_checkblock.cpp \
|
||||||
gtest/json_test_vectors.cpp \
|
gtest/json_test_vectors.cpp \
|
||||||
gtest/json_test_vectors.h \
|
gtest/json_test_vectors.h \
|
||||||
gtest/test_foundersreward.cpp \
|
gtest/test_foundersreward.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user