]> 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 ababfa5577e7645420d80b43233e6d8ef6fcb19d..d92feaa20b1671fe0166122d57b4ddab7506b985 100644 (file)
@@ -21,6 +21,7 @@ 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 \
@@ -54,7 +55,7 @@ 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)
This page took 0.024659 seconds and 4 git commands to generate.