2016-09-22 00:31:23 +02:00
|
|
|
# Copyright (c) 2013-2016 The Bitcoin Core developers
|
|
|
|
# Distributed under the MIT software license, see the accompanying
|
|
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
2014-12-20 00:02:44 +01:00
|
|
|
TESTS += test/test_bitcoin
|
2014-05-28 19:38:41 +02:00
|
|
|
bin_PROGRAMS += test/test_bitcoin
|
2016-04-23 00:19:33 +02:00
|
|
|
noinst_PROGRAMS += test/test_bitcoin_fuzzy
|
2014-05-28 19:38:41 +02:00
|
|
|
TEST_SRCDIR = test
|
|
|
|
TEST_BINARY=test/test_bitcoin$(EXEEXT)
|
|
|
|
|
2014-08-19 16:28:58 +02:00
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
test/bctest.py \
|
|
|
|
test/bitcoin-util-test.py \
|
|
|
|
test/data/bitcoin-util-test.json \
|
2014-08-20 05:15:58 +02:00
|
|
|
test/data/tt-delin1-out.hex \
|
|
|
|
test/data/tt-delout1-out.hex \
|
|
|
|
test/data/tt-locktime317000-out.hex \
|
|
|
|
test/data/tx394b54bb.hex \
|
2014-09-14 08:01:51 +02:00
|
|
|
test/data/txcreate1.hex \
|
2014-12-24 02:35:40 +01:00
|
|
|
test/data/txcreate2.hex \
|
2015-06-29 20:14:43 +02:00
|
|
|
test/data/txcreatedata1.hex \
|
|
|
|
test/data/txcreatedata2.hex \
|
2016-12-20 20:49:02 +01:00
|
|
|
test/data/txcreatesignv1.hex \
|
2016-06-07 19:57:54 +02:00
|
|
|
test/data/txcreatedata_seq0.hex \
|
|
|
|
test/data/txcreatedata_seq1.hex
|
2014-08-19 16:28:58 +02:00
|
|
|
|
2014-05-28 19:38:41 +02:00
|
|
|
JSON_TEST_FILES = \
|
2016-04-05 16:11:47 +02:00
|
|
|
test/data/script_tests.json \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/data/base58_keys_valid.json \
|
|
|
|
test/data/base58_encode_decode.json \
|
|
|
|
test/data/base58_keys_invalid.json \
|
|
|
|
test/data/tx_invalid.json \
|
|
|
|
test/data/tx_valid.json \
|
|
|
|
test/data/sighash.json
|
|
|
|
|
2016-03-07 20:44:09 +01:00
|
|
|
RAW_TEST_FILES =
|
2014-05-28 19:38:41 +02:00
|
|
|
|
|
|
|
GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h)
|
|
|
|
|
2016-04-23 00:19:33 +02:00
|
|
|
# test_bitcoin binary #
|
2014-05-28 19:38:41 +02:00
|
|
|
BITCOIN_TESTS =\
|
2014-12-15 10:22:19 +01:00
|
|
|
test/arith_uint256_tests.cpp \
|
2015-11-25 13:19:48 +01:00
|
|
|
test/scriptnum10.h \
|
2015-09-22 21:24:16 +02:00
|
|
|
test/addrman_tests.cpp \
|
2016-03-17 16:47:15 +01:00
|
|
|
test/amount_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/allocator_tests.cpp \
|
|
|
|
test/base32_tests.cpp \
|
|
|
|
test/base58_tests.cpp \
|
|
|
|
test/base64_tests.cpp \
|
2015-04-23 13:20:18 +02:00
|
|
|
test/bip32_tests.cpp \
|
2016-04-26 00:51:08 +02:00
|
|
|
test/blockencodings_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/bloom_tests.cpp \
|
2016-12-16 08:52:35 +01:00
|
|
|
test/bswap_tests.cpp \
|
2014-09-17 01:27:06 +02:00
|
|
|
test/coins_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/compress_tests.cpp \
|
2014-05-31 22:01:42 +02:00
|
|
|
test/crypto_tests.cpp \
|
2016-10-05 22:59:18 +02:00
|
|
|
test/cuckoocache_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/DoS_tests.cpp \
|
|
|
|
test/getarg_tests.cpp \
|
2014-04-20 17:36:25 +02:00
|
|
|
test/hash_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/key_tests.cpp \
|
2015-08-17 18:07:47 +02:00
|
|
|
test/limitedmap_tests.cpp \
|
2015-10-23 03:33:06 +02:00
|
|
|
test/dbwrapper_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/main_tests.cpp \
|
2015-03-25 18:13:09 +01:00
|
|
|
test/mempool_tests.cpp \
|
2015-11-17 17:35:44 +01:00
|
|
|
test/merkle_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/miner_tests.cpp \
|
|
|
|
test/multisig_tests.cpp \
|
2016-03-16 17:54:30 +01:00
|
|
|
test/net_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/netbase_tests.cpp \
|
|
|
|
test/pmt_tests.cpp \
|
2014-08-26 22:28:32 +02:00
|
|
|
test/policyestimator_tests.cpp \
|
2015-02-21 13:57:44 +01:00
|
|
|
test/pow_tests.cpp \
|
2015-10-29 07:11:24 +01:00
|
|
|
test/prevector_tests.cpp \
|
2015-09-03 18:53:00 +02:00
|
|
|
test/reverselock_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/rpc_tests.cpp \
|
2015-01-06 03:39:40 +01:00
|
|
|
test/sanity_tests.cpp \
|
2015-04-10 16:31:02 +02:00
|
|
|
test/scheduler_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/script_P2SH_tests.cpp \
|
|
|
|
test/script_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/scriptnum_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/serialize_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/sighash_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/sigopcount_tests.cpp \
|
2014-06-29 15:26:58 +02:00
|
|
|
test/skiplist_tests.cpp \
|
2015-09-08 00:22:23 +02:00
|
|
|
test/streams_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/test_bitcoin.cpp \
|
2015-03-03 16:49:12 +01:00
|
|
|
test/test_bitcoin.h \
|
2016-11-07 15:04:57 +01:00
|
|
|
test/test_random.h \
|
2016-03-11 16:04:05 +01:00
|
|
|
test/testutil.cpp \
|
|
|
|
test/testutil.h \
|
2014-08-20 13:53:42 +02:00
|
|
|
test/timedata_tests.cpp \
|
2014-05-28 19:38:41 +02:00
|
|
|
test/transaction_tests.cpp \
|
2015-03-03 15:59:32 +01:00
|
|
|
test/txvalidationcache_tests.cpp \
|
2016-02-20 02:57:36 +01:00
|
|
|
test/versionbits_tests.cpp \
|
2014-12-16 15:50:31 +01:00
|
|
|
test/uint256_tests.cpp \
|
2014-08-20 06:28:46 +02:00
|
|
|
test/univalue_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/util_tests.cpp
|
2014-05-28 19:38:41 +02:00
|
|
|
|
|
|
|
if ENABLE_WALLET
|
|
|
|
BITCOIN_TESTS += \
|
2016-04-18 14:54:57 +02:00
|
|
|
wallet/test/wallet_test_fixture.cpp \
|
|
|
|
wallet/test/wallet_test_fixture.h \
|
2016-04-18 14:03:53 +02:00
|
|
|
wallet/test/accounting_tests.cpp \
|
2015-02-03 21:09:47 +01:00
|
|
|
wallet/test/wallet_tests.cpp \
|
2016-08-04 01:37:02 +02:00
|
|
|
wallet/test/crypto_tests.cpp
|
2014-05-28 19:38:41 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)
|
2015-11-10 02:50:25 +01:00
|
|
|
test_test_bitcoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS)
|
2015-11-20 16:46:03 +01:00
|
|
|
test_test_bitcoin_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \
|
2014-11-05 16:58:37 +01:00
|
|
|
$(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1)
|
2015-11-10 02:50:25 +01:00
|
|
|
test_test_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2014-05-28 19:38:41 +02:00
|
|
|
if ENABLE_WALLET
|
|
|
|
test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET)
|
|
|
|
endif
|
2014-06-06 16:57:28 +02:00
|
|
|
|
2014-11-07 04:43:19 +01:00
|
|
|
test_test_bitcoin_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS)
|
2014-11-20 19:40:01 +01:00
|
|
|
test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
|
2014-05-28 19:38:41 +02:00
|
|
|
|
2014-11-18 18:06:32 +01:00
|
|
|
if ENABLE_ZMQ
|
|
|
|
test_test_bitcoin_LDADD += $(ZMQ_LIBS)
|
|
|
|
endif
|
2016-04-23 00:19:33 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
# test_bitcoin_fuzzy binary #
|
|
|
|
test_test_bitcoin_fuzzy_SOURCES = test/test_bitcoin_fuzzy.cpp
|
|
|
|
test_test_bitcoin_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_test_bitcoin_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_test_bitcoin_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
|
|
|
|
test_test_bitcoin_fuzzy_LDADD = \
|
|
|
|
$(LIBUNIVALUE) \
|
|
|
|
$(LIBBITCOIN_SERVER) \
|
|
|
|
$(LIBBITCOIN_COMMON) \
|
|
|
|
$(LIBBITCOIN_UTIL) \
|
|
|
|
$(LIBBITCOIN_CONSENSUS) \
|
|
|
|
$(LIBBITCOIN_CRYPTO) \
|
|
|
|
$(LIBSECP256K1)
|
|
|
|
|
|
|
|
test_test_bitcoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS)
|
|
|
|
#
|
2014-11-18 18:06:32 +01:00
|
|
|
|
2014-05-28 19:38:41 +02:00
|
|
|
nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
|
|
|
|
|
|
|
|
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
|
|
|
|
|
|
|
|
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
|
|
|
|
|
|
|
|
CLEANFILES += $(CLEAN_BITCOIN_TEST)
|
|
|
|
|
2016-06-03 20:00:38 +02:00
|
|
|
# This file is problematic for out-of-tree builds if it exists.
|
|
|
|
DISTCLEANFILES += test/buildenv.pyc
|
|
|
|
|
2014-05-28 19:38:41 +02:00
|
|
|
bitcoin_test: $(TEST_BINARY)
|
|
|
|
|
|
|
|
bitcoin_test_check: $(TEST_BINARY) FORCE
|
|
|
|
$(MAKE) check-TESTS TESTS=$^
|
|
|
|
|
|
|
|
bitcoin_test_clean : FORCE
|
|
|
|
rm -f $(CLEAN_BITCOIN_TEST) $(test_test_bitcoin_OBJECTS) $(TEST_BINARY)
|
2014-06-04 23:13:03 +02:00
|
|
|
|
2014-11-06 02:56:45 +01:00
|
|
|
check-local:
|
2014-12-20 00:02:44 +01:00
|
|
|
@echo "Running test/bitcoin-util-test.py..."
|
2016-03-20 18:51:52 +01:00
|
|
|
$(AM_V_at)srcdir=$(srcdir) PYTHONPATH=$(builddir)/test $(PYTHON) $(srcdir)/test/bitcoin-util-test.py
|
2014-11-06 02:56:45 +01:00
|
|
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
|
2016-01-14 01:26:23 +01:00
|
|
|
if EMBEDDED_UNIVALUE
|
2015-09-04 16:11:34 +02:00
|
|
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue check
|
2016-01-14 01:26:23 +01:00
|
|
|
endif
|
2014-11-06 02:56:45 +01:00
|
|
|
|
2014-06-04 23:13:03 +02:00
|
|
|
%.json.h: %.json
|
|
|
|
@$(MKDIR_P) $(@D)
|
2016-11-12 08:15:02 +01:00
|
|
|
@{ \
|
|
|
|
echo "namespace json_tests{" && \
|
|
|
|
echo "static unsigned const char $(*F)[] = {" && \
|
|
|
|
$(HEXDUMP) -v -e '8/1 "0x%02x, "' -e '"\n"' $< | $(SED) -e 's/0x ,//g' && \
|
|
|
|
echo "};};"; \
|
|
|
|
} > "$@.new" && mv -f "$@.new" "$@"
|
2014-06-04 23:13:03 +02:00
|
|
|
@echo "Generated $@"
|