]> Git Repo - VerusCoin.git/blobdiff - src/Makefile.ktest.include
Testnet fixes
[VerusCoin.git] / src / Makefile.ktest.include
index a6d2d18292ce6734be4ca69d78452ea4ece98b54..3c2c945dcd22ea3dabb1fe1a9f1a1a5726733b15 100644 (file)
@@ -9,10 +9,12 @@ komodo_test_SOURCES = \
        test-komodo/test_cryptoconditions.cpp \
        test-komodo/test_coinimport.cpp \
        test-komodo/test_eval_bet.cpp \
-       test-komodo/test_eval_notarisation.cpp
+       test-komodo/test_eval_notarisation.cpp \
+       test-komodo/test_crosschain.cpp \
+       test-komodo/test_parse_notarisation.cpp
 
-komodo_test_CPPFLAGS = $(komodod_CPPFLAGS)
+komodo_test_CPPFLAGS = $(verusd_CPPFLAGS)
 
-komodo_test_LDADD = -lgtest $(komodod_LDADD)
+komodo_test_LDADD = -lgtest $(verusd_LDADD)
 
 komodo_test_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
This page took 0.019084 seconds and 4 git commands to generate.