Disable OP_BLOCKCHECKATHEIGHT compilation for gtests

This commit is contained in:
joshuayabut 2017-05-06 19:46:29 -04:00
parent a703cfcbb3
commit 0680463a15
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ noinst_PROGRAMS += zcash-gtest
# test_checktransaction.cpp MUST be before
# any test that calls SelectParams().
zcash_gtest_SOURCES = \
script/standard.cpp \
gtest/main.cpp \
gtest/utils.cpp \
gtest/test_checktransaction.cpp \