]> Git Repo - VerusCoin.git/blobdiff - src/Makefile.gtest.include
Remove libsnark from depends system and integrate it into build system.
[VerusCoin.git] / src / Makefile.gtest.include
index b6dc8c84828a31f884a829bd1ff680b17c4a6612..d92feaa20b1671fe0166122d57b4ddab7506b985 100644 (file)
@@ -19,7 +19,9 @@ zcash_gtest_SOURCES += \
 endif
 zcash_gtest_SOURCES += \
        gtest/test_tautology.cpp \
+       gtest/test_deprecation.cpp \
        gtest/test_equihash.cpp \
+       gtest/test_httprpc.cpp \
        gtest/test_joinsplit.cpp \
        gtest/test_keystore.cpp \
        gtest/test_noteencryption.cpp \
@@ -31,6 +33,7 @@ zcash_gtest_SOURCES += \
        gtest/test_random.cpp \
        gtest/test_rpc.cpp \
        gtest/test_transaction.cpp \
+       gtest/test_validation.cpp \
        gtest/test_circuit.cpp \
        gtest/test_txid.cpp \
        gtest/test_libzcash_utils.cpp \
@@ -52,7 +55,12 @@ if ENABLE_WALLET
 zcash_gtest_LDADD += $(LIBBITCOIN_WALLET)
 endif
 
-zcash_gtest_LDADD += $(LIBZCASH_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(LIBZCASH) $(LIBZCASH_LIBS)
+zcash_gtest_LDADD += $(LIBZCASH_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(LIBZCASH) $(LIBSNARK) $(LIBZCASH_LIBS)
+
+if ENABLE_PROTON
+zcash_gtest_LDADD += $(LIBBITCOIN_PROTON) $(PROTON_LIBS)
+endif
+
 
 zcash_gtest_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
 
This page took 0.025031 seconds and 4 git commands to generate.