diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/Makefile.test.include | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 1e3eaea88..f7e2fa9d5 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -2,11 +2,11 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -TESTS += test/test_dogecoin -bin_PROGRAMS += test/test_dogecoin -noinst_PROGRAMS += test/test_dogecoin_fuzzy +TESTS += test/test_discoin +bin_PROGRAMS += test/test_discoin +noinst_PROGRAMS += test/test_discoin_fuzzy TEST_SRCDIR = test -TEST_BINARY=test/test_dogecoin$(EXEEXT) +TEST_BINARY=test/test_discoin$(EXEEXT) EXTRA_DIST += \ @@ -97,7 +97,7 @@ BITCOIN_TESTS =\ test/crypto_tests.cpp \ test/cuckoocache_tests.cpp \ test/DoS_tests.cpp \ - test/dogecoin_tests.cpp \ + test/discoin_tests.cpp \ test/getarg_tests.cpp \ test/hash_tests.cpp \ test/key_tests.cpp \ @@ -150,30 +150,30 @@ BITCOIN_TESTS += \ wallet/test/crypto_tests.cpp endif -test_test_dogecoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) -test_test_dogecoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) $(EVENT_CFLAGS) -test_test_dogecoin_LDADD = $(LIBDOGECOIN_SERVER) $(LIBDOGECOIN_CLI) $(LIBDOGECOIN_COMMON) $(LIBDOGECOIN_UTIL) $(LIBDOGECOIN_CONSENSUS) $(LIBDOGECOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +test_test_discoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) +test_test_discoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) $(EVENT_CFLAGS) +test_test_discoin_LDADD = $(LIBDOGECOIN_SERVER) $(LIBDOGECOIN_CLI) $(LIBDOGECOIN_COMMON) $(LIBDOGECOIN_UTIL) $(LIBDOGECOIN_CONSENSUS) $(LIBDOGECOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) $(EVENT_LIBS) -test_test_dogecoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) +test_test_discoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) if ENABLE_WALLET -test_test_dogecoin_LDADD += $(LIBDOGECOIN_WALLET) +test_test_discoin_LDADD += $(LIBDOGECOIN_WALLET) endif -test_test_dogecoin_LDADD += $(LIBDOGECOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -test_test_dogecoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static +test_test_discoin_LDADD += $(LIBDOGECOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +test_test_discoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static if ENABLE_ZMQ -test_test_dogecoin_LDADD += $(ZMQ_LIBS) +test_test_discoin_LDADD += $(ZMQ_LIBS) endif # # test_bitcoin_fuzzy binary # -test_test_dogecoin_fuzzy_SOURCES = test/test_bitcoin_fuzzy.cpp -test_test_dogecoin_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -test_test_dogecoin_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) -test_test_dogecoin_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +test_test_discoin_fuzzy_SOURCES = test/test_bitcoin_fuzzy.cpp +test_test_discoin_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) +test_test_discoin_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) +test_test_discoin_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -test_test_dogecoin_fuzzy_LDADD = \ +test_test_discoin_fuzzy_LDADD = \ $(LIBUNIVALUE) \ $(LIBDOGECOIN_SERVER) \ $(LIBDOGECOIN_COMMON) \ @@ -182,10 +182,10 @@ test_test_dogecoin_fuzzy_LDADD = \ $(LIBDOGECOIN_CRYPTO) \ $(LIBSECP256K1) -test_test_dogecoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS) +test_test_discoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS) # -nodist_test_test_dogecoin_SOURCES = $(GENERATED_TEST_FILES) +nodist_test_test_discoin_SOURCES = $(GENERATED_TEST_FILES) $(BITCOIN_TESTS): $(GENERATED_TEST_FILES) @@ -196,13 +196,13 @@ CLEANFILES += $(CLEAN_BITCOIN_TEST) # This file is problematic for out-of-tree builds if it exists. DISTCLEANFILES += test/buildenv.pyc -dogecoin_test: $(TEST_BINARY) +discoin_test: $(TEST_BINARY) -dogecoin_test_check: $(TEST_BINARY) FORCE +discoin_test_check: $(TEST_BINARY) FORCE $(MAKE) check-TESTS TESTS=$^ -dogecoin_test_clean : FORCE - rm -f $(CLEAN_BITCOIN_TEST) $(test_test_dogecoin_OBJECTS) $(TEST_BINARY) +discoin_test_clean : FORCE + rm -f $(CLEAN_BITCOIN_TEST) $(test_test_discoin_OBJECTS) $(TEST_BINARY) check-local: @echo "Running test/bitcoin-util-test.py..." |