2016-09-21 22:31:23 +00: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.
|
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
FUZZ_TARGETS = \
|
2020-04-07 16:31:43 +00:00
|
|
|
test/fuzz/addition_overflow \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/addr_info_deserialize \
|
2020-03-23 13:55:36 +00:00
|
|
|
test/fuzz/addrdb \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/address_deserialize \
|
|
|
|
test/fuzz/addrman_deserialize \
|
2020-01-30 16:04:25 +00:00
|
|
|
test/fuzz/asmap \
|
2020-04-03 18:42:20 -07:00
|
|
|
test/fuzz/asmap_direct \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/banentry_deserialize \
|
2019-10-23 12:37:59 +00:00
|
|
|
test/fuzz/base_encode_decode \
|
2019-11-05 09:18:27 +00:00
|
|
|
test/fuzz/bech32 \
|
2019-10-07 12:53:50 +00:00
|
|
|
test/fuzz/block \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/block_deserialize \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/block_file_info_deserialize \
|
|
|
|
test/fuzz/block_filter_deserialize \
|
2020-03-15 00:40:03 +00:00
|
|
|
test/fuzz/block_header \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/block_header_and_short_txids_deserialize \
|
2020-03-24 14:35:51 +00:00
|
|
|
test/fuzz/blockfilter \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/blockheader_deserialize \
|
|
|
|
test/fuzz/blocklocator_deserialize \
|
|
|
|
test/fuzz/blockmerkleroot \
|
|
|
|
test/fuzz/blocktransactions_deserialize \
|
|
|
|
test/fuzz/blocktransactionsrequest_deserialize \
|
|
|
|
test/fuzz/blockundo_deserialize \
|
2020-02-24 20:35:10 +00:00
|
|
|
test/fuzz/bloom_filter \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/bloomfilter_deserialize \
|
2020-03-26 20:51:05 +00:00
|
|
|
test/fuzz/chain \
|
2020-04-08 13:16:04 +00:00
|
|
|
test/fuzz/checkqueue \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/coins_deserialize \
|
2020-04-28 12:27:56 +00:00
|
|
|
test/fuzz/coins_view \
|
2020-06-15 17:20:54 +00:00
|
|
|
test/fuzz/crypto \
|
2020-06-11 12:41:54 +00:00
|
|
|
test/fuzz/crypto_common \
|
2020-04-08 13:48:37 +00:00
|
|
|
test/fuzz/cuckoocache \
|
2019-12-19 19:26:42 +00:00
|
|
|
test/fuzz/decode_tx \
|
2019-10-01 10:26:20 +00:00
|
|
|
test/fuzz/descriptor_parse \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/diskblockindex_deserialize \
|
2019-10-08 15:17:14 +00:00
|
|
|
test/fuzz/eval_script \
|
2020-03-15 02:24:38 +00:00
|
|
|
test/fuzz/fee_rate \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/fee_rate_deserialize \
|
2020-04-07 15:40:13 +00:00
|
|
|
test/fuzz/fees \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/flat_file_pos_deserialize \
|
2020-03-27 14:12:11 +00:00
|
|
|
test/fuzz/flatfile \
|
2020-01-23 17:26:19 +00:00
|
|
|
test/fuzz/float \
|
2020-02-21 15:57:02 +00:00
|
|
|
test/fuzz/golomb_rice \
|
2019-10-23 15:08:48 +00:00
|
|
|
test/fuzz/hex \
|
2020-03-17 02:03:16 +00:00
|
|
|
test/fuzz/http_request \
|
2019-10-09 15:51:32 +00:00
|
|
|
test/fuzz/integer \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/inv_deserialize \
|
2020-01-21 12:22:55 +00:00
|
|
|
test/fuzz/key \
|
2020-01-14 16:38:36 +00:00
|
|
|
test/fuzz/key_io \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/key_origin_info_deserialize \
|
2020-04-22 13:53:50 +00:00
|
|
|
test/fuzz/kitchen_sink \
|
2020-02-11 15:25:51 +00:00
|
|
|
test/fuzz/locale \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/merkle_block_deserialize \
|
2020-03-27 20:55:47 +00:00
|
|
|
test/fuzz/merkleblock \
|
2020-04-27 14:03:36 +00:00
|
|
|
test/fuzz/message \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/messageheader_deserialize \
|
2020-03-15 11:46:57 +00:00
|
|
|
test/fuzz/multiplication_overflow \
|
2020-03-23 15:02:18 +00:00
|
|
|
test/fuzz/net_permissions \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/netaddr_deserialize \
|
2020-01-31 22:37:07 +00:00
|
|
|
test/fuzz/netaddress \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/out_point_deserialize \
|
2019-12-18 16:25:20 +00:00
|
|
|
test/fuzz/p2p_transport_deserializer \
|
2019-10-02 11:20:17 +00:00
|
|
|
test/fuzz/parse_hd_keypath \
|
2019-10-28 16:01:41 +00:00
|
|
|
test/fuzz/parse_iso8601 \
|
2019-10-02 12:01:52 +00:00
|
|
|
test/fuzz/parse_numbers \
|
2019-10-02 11:36:08 +00:00
|
|
|
test/fuzz/parse_script \
|
2019-10-03 09:11:40 +00:00
|
|
|
test/fuzz/parse_univalue \
|
2019-12-19 19:27:14 +00:00
|
|
|
test/fuzz/partial_merkle_tree_deserialize \
|
|
|
|
test/fuzz/partially_signed_transaction_deserialize \
|
2020-04-26 19:27:54 +00:00
|
|
|
test/fuzz/policy_estimator \
|
2020-03-22 14:16:40 +00:00
|
|
|
test/fuzz/pow \
|
2019-12-19 19:27:14 +00:00
|
|
|
test/fuzz/prefilled_transaction_deserialize \
|
2020-04-22 13:54:41 +00:00
|
|
|
test/fuzz/prevector \
|
2020-04-26 20:25:18 +00:00
|
|
|
test/fuzz/primitives_transaction \
|
2020-01-22 20:23:48 +00:00
|
|
|
test/fuzz/process_message \
|
2020-01-23 11:47:12 +00:00
|
|
|
test/fuzz/process_message_addr \
|
|
|
|
test/fuzz/process_message_block \
|
|
|
|
test/fuzz/process_message_blocktxn \
|
|
|
|
test/fuzz/process_message_cmpctblock \
|
|
|
|
test/fuzz/process_message_feefilter \
|
|
|
|
test/fuzz/process_message_filteradd \
|
|
|
|
test/fuzz/process_message_filterclear \
|
|
|
|
test/fuzz/process_message_filterload \
|
|
|
|
test/fuzz/process_message_getaddr \
|
|
|
|
test/fuzz/process_message_getblocks \
|
|
|
|
test/fuzz/process_message_getblocktxn \
|
|
|
|
test/fuzz/process_message_getdata \
|
|
|
|
test/fuzz/process_message_getheaders \
|
|
|
|
test/fuzz/process_message_headers \
|
|
|
|
test/fuzz/process_message_inv \
|
|
|
|
test/fuzz/process_message_mempool \
|
|
|
|
test/fuzz/process_message_notfound \
|
|
|
|
test/fuzz/process_message_ping \
|
|
|
|
test/fuzz/process_message_pong \
|
|
|
|
test/fuzz/process_message_sendcmpct \
|
|
|
|
test/fuzz/process_message_sendheaders \
|
|
|
|
test/fuzz/process_message_tx \
|
|
|
|
test/fuzz/process_message_verack \
|
|
|
|
test/fuzz/process_message_version \
|
2020-04-22 13:54:41 +00:00
|
|
|
test/fuzz/process_messages \
|
2020-03-26 19:37:55 +00:00
|
|
|
test/fuzz/protocol \
|
2019-10-14 11:49:31 +00:00
|
|
|
test/fuzz/psbt \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/psbt_input_deserialize \
|
|
|
|
test/fuzz/psbt_output_deserialize \
|
|
|
|
test/fuzz/pub_key_deserialize \
|
2020-03-28 08:56:38 +00:00
|
|
|
test/fuzz/random \
|
2020-04-26 19:29:03 +00:00
|
|
|
test/fuzz/rbf \
|
2020-02-24 20:48:22 +00:00
|
|
|
test/fuzz/rolling_bloom_filter \
|
2019-10-08 14:36:57 +00:00
|
|
|
test/fuzz/script \
|
2020-05-16 18:17:25 +00:00
|
|
|
test/fuzz/script_bitcoin_consensus \
|
2020-05-16 18:18:07 +00:00
|
|
|
test/fuzz/script_descriptor_cache \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/script_deserialize \
|
2019-02-13 14:25:49 -05:00
|
|
|
test/fuzz/script_flags \
|
2020-05-16 18:18:49 +00:00
|
|
|
test/fuzz/script_interpreter \
|
2020-02-18 16:41:16 +00:00
|
|
|
test/fuzz/script_ops \
|
2020-05-16 18:20:15 +00:00
|
|
|
test/fuzz/script_sigcache \
|
2020-05-16 18:20:39 +00:00
|
|
|
test/fuzz/script_sign \
|
2020-02-19 15:18:13 +00:00
|
|
|
test/fuzz/scriptnum_ops \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/service_deserialize \
|
2020-02-15 20:42:50 +00:00
|
|
|
test/fuzz/signature_checker \
|
2020-03-09 12:14:01 +00:00
|
|
|
test/fuzz/snapshotmetadata_deserialize \
|
2020-03-27 21:12:28 +00:00
|
|
|
test/fuzz/span \
|
2019-10-12 07:50:22 +00:00
|
|
|
test/fuzz/spanparsing \
|
2020-03-15 14:08:34 +00:00
|
|
|
test/fuzz/string \
|
2020-01-26 22:12:11 +00:00
|
|
|
test/fuzz/strprintf \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/sub_net_deserialize \
|
2020-04-22 13:54:41 +00:00
|
|
|
test/fuzz/system \
|
2020-03-23 14:18:07 +00:00
|
|
|
test/fuzz/timedata \
|
2019-10-08 09:33:53 +00:00
|
|
|
test/fuzz/transaction \
|
2019-10-09 13:07:31 +00:00
|
|
|
test/fuzz/tx_in \
|
2019-10-03 14:18:31 +00:00
|
|
|
test/fuzz/tx_in_deserialize \
|
2019-10-09 13:14:52 +00:00
|
|
|
test/fuzz/tx_out \
|
2019-01-25 18:35:36 -05:00
|
|
|
test/fuzz/txoutcompressor_deserialize \
|
2020-03-09 12:14:01 +00:00
|
|
|
test/fuzz/txundo_deserialize \
|
|
|
|
test/fuzz/uint160_deserialize \
|
|
|
|
test/fuzz/uint256_deserialize
|
2019-01-25 18:35:36 -05:00
|
|
|
|
|
|
|
if ENABLE_FUZZ
|
|
|
|
noinst_PROGRAMS += $(FUZZ_TARGETS:=)
|
2019-01-16 11:49:01 -05:00
|
|
|
else
|
|
|
|
bin_PROGRAMS += test/test_bitcoin
|
2019-01-25 18:35:36 -05:00
|
|
|
endif
|
|
|
|
|
2014-05-28 13:38:41 -04:00
|
|
|
TEST_SRCDIR = test
|
|
|
|
TEST_BINARY=test/test_bitcoin$(EXEEXT)
|
|
|
|
|
|
|
|
JSON_TEST_FILES = \
|
2018-03-24 18:37:10 -05:00
|
|
|
test/data/script_tests.json \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/data/base58_encode_decode.json \
|
2018-01-23 17:38:23 -08:00
|
|
|
test/data/blockfilters.json \
|
2017-09-20 16:57:44 -07:00
|
|
|
test/data/key_io_valid.json \
|
|
|
|
test/data/key_io_invalid.json \
|
|
|
|
test/data/script_tests.json \
|
|
|
|
test/data/sighash.json \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/data/tx_invalid.json \
|
2017-09-20 16:57:44 -07:00
|
|
|
test/data/tx_valid.json
|
2014-05-28 13:38:41 -04:00
|
|
|
|
2019-12-24 13:18:44 -05:00
|
|
|
RAW_TEST_FILES = \
|
|
|
|
test/data/asmap.raw
|
2014-05-28 13:38:41 -04:00
|
|
|
|
|
|
|
GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h)
|
|
|
|
|
2018-04-09 19:55:49 -04:00
|
|
|
BITCOIN_TEST_SUITE = \
|
2019-02-28 14:51:11 -05:00
|
|
|
test/main.cpp \
|
2019-11-21 21:13:08 +01:00
|
|
|
$(TEST_UTIL_H)
|
2018-04-09 19:55:49 -04:00
|
|
|
|
2019-02-28 15:04:03 -05:00
|
|
|
FUZZ_SUITE_LD_COMMON = \
|
|
|
|
$(LIBBITCOIN_SERVER) \
|
|
|
|
$(LIBBITCOIN_COMMON) \
|
|
|
|
$(LIBBITCOIN_UTIL) \
|
2019-11-21 21:13:08 +01:00
|
|
|
$(LIBTEST_UTIL) \
|
2020-04-05 01:01:13 +02:00
|
|
|
$(LIBTEST_FUZZ) \
|
2019-02-28 15:04:03 -05:00
|
|
|
$(LIBBITCOIN_CONSENSUS) \
|
|
|
|
$(LIBBITCOIN_CRYPTO) \
|
2019-10-03 09:11:40 +00:00
|
|
|
$(LIBBITCOIN_CLI) \
|
2019-02-28 15:04:03 -05:00
|
|
|
$(LIBUNIVALUE) \
|
|
|
|
$(LIBLEVELDB) \
|
|
|
|
$(LIBLEVELDB_SSE42) \
|
|
|
|
$(BOOST_LIBS) \
|
|
|
|
$(LIBMEMENV) \
|
|
|
|
$(LIBSECP256K1) \
|
|
|
|
$(EVENT_LIBS) \
|
|
|
|
$(EVENT_PTHREADS_LIBS)
|
|
|
|
|
2016-04-22 15:19:33 -07:00
|
|
|
# test_bitcoin binary #
|
2014-05-28 13:38:41 -04: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 15:24:16 -04:00
|
|
|
test/addrman_tests.cpp \
|
2016-03-17 16:47:15 +01:00
|
|
|
test/amount_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/allocator_tests.cpp \
|
|
|
|
test/base32_tests.cpp \
|
|
|
|
test/base58_tests.cpp \
|
|
|
|
test/base64_tests.cpp \
|
2017-08-25 18:12:39 -07:00
|
|
|
test/bech32_tests.cpp \
|
2015-04-23 13:20:18 +02:00
|
|
|
test/bip32_tests.cpp \
|
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
blockchain.cpp has low unit test coverage. This commit is intended
to start improving its code coverage to reasonable levels. One or more
follow up commits will complete the task that this commit is starting
(though the usefulness of this commit is not dependent upon later
commits).
Note that these tests were not written based upon a specification of how
GetDifficulty *should* work, but rather how it actually *does* work. As
a result, if there are any bugs in the current GetDifficulty
implementation, these unit tests serve to lock them in rather than
expose them.
-- Why has blockchain.cpp been modified if this is a unit testing change?
Since the existing GetDifficulty function relies on a global variable,
chainActive, it was not suitable for unit testing purposes. Both the
existing GetDifficulty function and the unit tests now call through to
a new, more modular version of GetDifficulty that can work on any chain,
not just chainActive.
-- Why does blockchain_tests.cpp directly include blockchain.cpp instead
of blockchain.h?
While the new GetDifficulty function's signature is arguably better than
the old one's, it still isn't great, and doesn't seem to warrant inclusion
as part of the blockchain.h API, especially since only test code is
directly using it. If a better way of exposing the new GetDifficulty
function to unit tests exists, please mention it and the commit will be
updated accordingly.
-- Why is the test fixture named blockchain_difficulty_tests rather than
blockchain_tests?
The Bitcoin Core policy for naming unit test files is to match the the
file under test ("blockchain" becomes "blockchain_tests"). While this
commit complies with that, blockchain.cpp is a massive file, such that
having all of the unit tests in one file will tend towards disorder.
Since there will be a lot more tests added to this file, the intention
is to divide up different types of tests into different test fixtures
within the same file.
2017-11-21 15:40:02 -08:00
|
|
|
test/blockchain_tests.cpp \
|
2016-04-25 15:51:08 -07:00
|
|
|
test/blockencodings_tests.cpp \
|
2018-01-23 17:13:04 -08:00
|
|
|
test/blockfilter_tests.cpp \
|
2018-08-27 18:44:43 -07:00
|
|
|
test/blockfilter_index_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/bloom_tests.cpp \
|
2016-12-16 16:52:35 +09:00
|
|
|
test/bswap_tests.cpp \
|
2017-01-07 19:51:23 -05:00
|
|
|
test/checkqueue_tests.cpp \
|
2014-09-17 01:27:06 +02:00
|
|
|
test/coins_tests.cpp \
|
2019-05-08 13:29:44 -07:00
|
|
|
test/compilerbug_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 16:59:18 -04:00
|
|
|
test/cuckoocache_tests.cpp \
|
2018-05-23 14:14:58 +02:00
|
|
|
test/denialofservice_tests.cpp \
|
2018-07-15 19:32:09 -07:00
|
|
|
test/descriptor_tests.cpp \
|
2019-01-06 22:23:34 -08:00
|
|
|
test/flatfile_tests.cpp \
|
2018-09-07 21:12:24 +08:00
|
|
|
test/fs_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/getarg_tests.cpp \
|
2014-04-20 17:36:25 +02:00
|
|
|
test/hash_tests.cpp \
|
2020-02-24 14:34:17 -05:00
|
|
|
test/interfaces_tests.cpp \
|
2017-09-20 16:57:44 -07:00
|
|
|
test/key_io_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/key_tests.cpp \
|
2015-08-17 12:07:47 -04:00
|
|
|
test/limitedmap_tests.cpp \
|
2019-09-19 13:59:49 -04:00
|
|
|
test/logging_tests.cpp \
|
2015-10-22 21:33:06 -04:00
|
|
|
test/dbwrapper_tests.cpp \
|
2019-02-28 15:02:35 -05:00
|
|
|
test/validation_tests.cpp \
|
2015-03-25 13:13:09 -04:00
|
|
|
test/mempool_tests.cpp \
|
2015-11-17 17:35:44 +01:00
|
|
|
test/merkle_tests.cpp \
|
2017-09-11 17:43:48 -07:00
|
|
|
test/merkleblock_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/miner_tests.cpp \
|
|
|
|
test/multisig_tests.cpp \
|
2016-03-16 12:54:30 -04:00
|
|
|
test/net_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/netbase_tests.cpp \
|
|
|
|
test/pmt_tests.cpp \
|
2014-08-26 16:28:32 -04:00
|
|
|
test/policyestimator_tests.cpp \
|
2015-02-21 12:57:44 +00:00
|
|
|
test/pow_tests.cpp \
|
2015-10-29 07:11:24 +01:00
|
|
|
test/prevector_tests.cpp \
|
2016-12-21 13:43:49 +09:00
|
|
|
test/raii_event_tests.cpp \
|
2017-02-15 17:45:22 -08:00
|
|
|
test/random_tests.cpp \
|
2020-04-17 11:15:55 -04:00
|
|
|
test/ref_tests.cpp \
|
2015-09-03 12:53:00 -04:00
|
|
|
test/reverselock_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/rpc_tests.cpp \
|
2015-01-05 21:39:40 -05:00
|
|
|
test/sanity_tests.cpp \
|
2015-04-10 10:31:02 -04:00
|
|
|
test/scheduler_tests.cpp \
|
2018-05-23 14:14:58 +02:00
|
|
|
test/script_p2sh_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/script_tests.cpp \
|
2017-08-18 14:40:29 -07:00
|
|
|
test/script_standard_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/scriptnum_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/serialize_tests.cpp \
|
2019-05-06 15:31:18 -04:00
|
|
|
test/settings_tests.cpp \
|
2014-10-31 09:36:30 +01:00
|
|
|
test/sighash_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/sigopcount_tests.cpp \
|
2014-06-29 15:26:58 +02:00
|
|
|
test/skiplist_tests.cpp \
|
2015-09-07 15:22:23 -07:00
|
|
|
test/streams_tests.cpp \
|
2017-11-08 15:28:35 -05:00
|
|
|
test/sync_tests.cpp \
|
2018-05-05 14:11:46 -04:00
|
|
|
test/util_threadnames_tests.cpp \
|
2014-08-20 13:53:42 +02:00
|
|
|
test/timedata_tests.cpp \
|
2017-03-25 20:17:37 +13:00
|
|
|
test/torcontrol_tests.cpp \
|
2014-05-28 13:38:41 -04:00
|
|
|
test/transaction_tests.cpp \
|
2017-12-08 12:00:13 -08:00
|
|
|
test/txindex_tests.cpp \
|
2017-11-18 00:48:34 -08:00
|
|
|
test/txvalidation_tests.cpp \
|
2015-03-03 09:59:32 -05:00
|
|
|
test/txvalidationcache_tests.cpp \
|
2014-12-16 15:50:31 +01:00
|
|
|
test/uint256_tests.cpp \
|
2018-04-18 08:01:48 -04:00
|
|
|
test/util_tests.cpp \
|
|
|
|
test/validation_block_tests.cpp \
|
2019-12-12 14:11:03 -05:00
|
|
|
test/validation_chainstatemanager_tests.cpp \
|
2019-09-24 14:10:18 -04:00
|
|
|
test/validation_flush_tests.cpp \
|
2020-04-07 08:03:39 -04:00
|
|
|
test/validationinterface_tests.cpp \
|
2018-04-18 08:01:48 -04:00
|
|
|
test/versionbits_tests.cpp
|
2014-05-28 13:38:41 -04:00
|
|
|
|
|
|
|
if ENABLE_WALLET
|
|
|
|
BITCOIN_TESTS += \
|
2018-09-14 21:10:20 -04:00
|
|
|
wallet/test/db_tests.cpp \
|
2018-06-27 17:05:54 -07:00
|
|
|
wallet/test/psbt_wallet_tests.cpp \
|
2015-02-03 21:09:47 +01:00
|
|
|
wallet/test/wallet_tests.cpp \
|
2018-04-05 16:00:39 -04:00
|
|
|
wallet/test/wallet_crypto_tests.cpp \
|
2018-09-10 20:49:17 -04:00
|
|
|
wallet/test/coinselector_tests.cpp \
|
2019-06-06 09:53:16 +02:00
|
|
|
wallet/test/init_tests.cpp \
|
2020-02-04 17:24:48 -05:00
|
|
|
wallet/test/ismine_tests.cpp \
|
|
|
|
wallet/test/scriptpubkeyman_tests.cpp
|
2018-04-09 19:55:49 -04:00
|
|
|
|
|
|
|
BITCOIN_TEST_SUITE += \
|
|
|
|
wallet/test/wallet_test_fixture.cpp \
|
2018-09-10 20:49:17 -04:00
|
|
|
wallet/test/wallet_test_fixture.h \
|
|
|
|
wallet/test/init_test_fixture.cpp \
|
|
|
|
wallet/test/init_test_fixture.h
|
2014-05-28 13:38:41 -04:00
|
|
|
endif
|
|
|
|
|
2018-04-09 19:55:49 -04:00
|
|
|
test_test_bitcoin_SOURCES = $(BITCOIN_TEST_SUITE) $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)
|
2017-08-15 16:40:30 +02:00
|
|
|
test_test_bitcoin_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(TESTDEFS) $(EVENT_CFLAGS)
|
2019-11-21 21:13:08 +01:00
|
|
|
test_test_bitcoin_LDADD = $(LIBTEST_UTIL)
|
2014-05-28 13:38:41 -04:00
|
|
|
if ENABLE_WALLET
|
|
|
|
test_test_bitcoin_LDADD += $(LIBBITCOIN_WALLET)
|
|
|
|
endif
|
2018-05-08 10:27:57 -07:00
|
|
|
|
2018-06-06 15:20:34 -04:00
|
|
|
test_test_bitcoin_LDADD += $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CONSENSUS) $(LIBBITCOIN_CRYPTO) $(LIBUNIVALUE) \
|
2017-07-07 16:03:24 +02:00
|
|
|
$(LIBLEVELDB) $(LIBLEVELDB_SSE42) $(LIBMEMENV) $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) $(EVENT_LIBS) $(EVENT_PTHREADS_LIBS)
|
|
|
|
test_test_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2014-06-06 10:57:28 -04:00
|
|
|
|
2020-04-03 14:58:51 +08:00
|
|
|
test_test_bitcoin_LDADD += $(BDB_LIBS) $(MINIUPNPC_LIBS)
|
2014-11-20 13:40:01 -05:00
|
|
|
test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
|
2014-05-28 13:38:41 -04:00
|
|
|
|
2014-11-18 12:06:32 -05:00
|
|
|
if ENABLE_ZMQ
|
2019-02-28 15:45:26 -05:00
|
|
|
test_test_bitcoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
|
2014-11-18 12:06:32 -05:00
|
|
|
endif
|
2019-01-25 18:35:36 -05:00
|
|
|
|
|
|
|
if ENABLE_FUZZ
|
2019-10-07 12:53:50 +00:00
|
|
|
|
2020-04-07 16:31:43 +00:00
|
|
|
test_fuzz_addition_overflow_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_addition_overflow_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_addition_overflow_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_addition_overflow_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_addition_overflow_SOURCES = test/fuzz/addition_overflow.cpp
|
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_addr_info_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DADDR_INFO_DESERIALIZE=1
|
|
|
|
test_fuzz_addr_info_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_addr_info_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_addr_info_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_addr_info_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2020-03-23 13:55:36 +00:00
|
|
|
test_fuzz_addrdb_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_addrdb_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_addrdb_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_addrdb_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_addrdb_SOURCES = test/fuzz/addrdb.cpp
|
2020-03-23 13:55:36 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_address_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DADDRESS_DESERIALIZE=1
|
|
|
|
test_fuzz_address_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_address_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_address_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_address_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
|
|
|
test_fuzz_addrman_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DADDRMAN_DESERIALIZE=1
|
|
|
|
test_fuzz_addrman_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_addrman_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_addrman_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_addrman_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2020-01-30 16:04:25 +00:00
|
|
|
test_fuzz_asmap_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_asmap_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_asmap_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_asmap_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_asmap_SOURCES = test/fuzz/asmap.cpp
|
2020-01-30 16:04:25 +00:00
|
|
|
|
2020-04-03 18:42:20 -07:00
|
|
|
test_fuzz_asmap_direct_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_asmap_direct_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_asmap_direct_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_asmap_direct_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_asmap_direct_SOURCES = test/fuzz/asmap_direct.cpp
|
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
test_fuzz_banentry_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBANENTRY_DESERIALIZE=1
|
|
|
|
test_fuzz_banentry_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_banentry_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_banentry_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_banentry_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2019-10-23 12:37:59 +00:00
|
|
|
test_fuzz_base_encode_decode_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_base_encode_decode_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_base_encode_decode_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_base_encode_decode_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_base_encode_decode_SOURCES = test/fuzz/base_encode_decode.cpp
|
2019-10-23 12:37:59 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_bech32_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_bech32_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_bech32_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_bech32_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_bech32_SOURCES = test/fuzz/bech32.cpp
|
2019-10-01 10:26:20 +00:00
|
|
|
|
2019-10-07 12:53:50 +00:00
|
|
|
test_fuzz_block_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_block_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_block_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_block_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_SOURCES = test/fuzz/block.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
|
|
|
test_fuzz_block_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCK_DESERIALIZE=1
|
|
|
|
test_fuzz_block_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_block_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_block_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-28 16:01:41 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_block_file_info_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCK_FILE_INFO_DESERIALIZE=1
|
|
|
|
test_fuzz_block_file_info_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_block_file_info_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_block_file_info_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_file_info_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-14 11:49:31 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_block_filter_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCK_FILTER_DESERIALIZE=1
|
|
|
|
test_fuzz_block_filter_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_block_filter_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_block_filter_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_filter_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-08 14:36:57 +00:00
|
|
|
|
2020-03-15 00:40:03 +00:00
|
|
|
test_fuzz_block_header_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_block_header_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_block_header_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_block_header_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_header_SOURCES = test/fuzz/block_header.cpp
|
2020-03-15 00:40:03 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_block_header_and_short_txids_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCK_HEADER_AND_SHORT_TXIDS_DESERIALIZE=1
|
|
|
|
test_fuzz_block_header_and_short_txids_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_block_header_and_short_txids_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_block_header_and_short_txids_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_block_header_and_short_txids_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-02-13 14:25:49 -05:00
|
|
|
|
2020-03-24 14:35:51 +00:00
|
|
|
test_fuzz_blockfilter_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_blockfilter_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_blockfilter_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_blockfilter_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blockfilter_SOURCES = test/fuzz/blockfilter.cpp
|
2020-03-24 14:35:51 +00:00
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
test_fuzz_blockheader_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKHEADER_DESERIALIZE=1
|
|
|
|
test_fuzz_blockheader_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_blockheader_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blockheader_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blockheader_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blocklocator_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKLOCATOR_DESERIALIZE=1
|
|
|
|
test_fuzz_blocklocator_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_blocklocator_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_blocklocator_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blocklocator_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-12 07:50:22 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blockmerkleroot_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKMERKLEROOT=1
|
|
|
|
test_fuzz_blockmerkleroot_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_blockmerkleroot_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_blockmerkleroot_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blockmerkleroot_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blocktransactions_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKTRANSACTIONS_DESERIALIZE=1
|
|
|
|
test_fuzz_blocktransactions_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_blocktransactions_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_blocktransactions_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blocktransactions_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blocktransactionsrequest_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKTRANSACTIONSREQUEST_DESERIALIZE=1
|
|
|
|
test_fuzz_blocktransactionsrequest_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_blocktransactionsrequest_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_blocktransactionsrequest_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blocktransactionsrequest_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-23 15:08:48 +00:00
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
test_fuzz_blockundo_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOCKUNDO_DESERIALIZE=1
|
|
|
|
test_fuzz_blockundo_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_blockundo_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_blockundo_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_blockundo_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2020-02-24 20:35:10 +00:00
|
|
|
test_fuzz_bloom_filter_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_bloom_filter_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_bloom_filter_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_bloom_filter_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_bloom_filter_SOURCES = test/fuzz/bloom_filter.cpp
|
2020-02-24 20:35:10 +00:00
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
test_fuzz_bloomfilter_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DBLOOMFILTER_DESERIALIZE=1
|
|
|
|
test_fuzz_bloomfilter_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_bloomfilter_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_bloomfilter_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_bloomfilter_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2020-03-26 20:51:05 +00:00
|
|
|
test_fuzz_chain_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_chain_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_chain_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_chain_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_chain_SOURCES = test/fuzz/chain.cpp
|
2020-03-26 20:51:05 +00:00
|
|
|
|
2020-04-08 13:16:04 +00:00
|
|
|
test_fuzz_checkqueue_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_checkqueue_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_checkqueue_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_checkqueue_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_checkqueue_SOURCES = test/fuzz/checkqueue.cpp
|
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
test_fuzz_coins_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DCOINS_DESERIALIZE=1
|
|
|
|
test_fuzz_coins_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_coins_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_coins_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_coins_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2020-04-28 12:27:56 +00:00
|
|
|
test_fuzz_coins_view_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_coins_view_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_coins_view_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_coins_view_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_coins_view_SOURCES = test/fuzz/coins_view.cpp
|
|
|
|
|
2020-06-15 17:20:54 +00:00
|
|
|
test_fuzz_crypto_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_crypto_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_crypto_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_crypto_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_crypto_SOURCES = test/fuzz/crypto.cpp
|
|
|
|
|
2020-06-11 12:41:54 +00:00
|
|
|
test_fuzz_crypto_common_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_crypto_common_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_crypto_common_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_crypto_common_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_crypto_common_SOURCES = test/fuzz/crypto_common.cpp
|
|
|
|
|
2020-04-08 13:48:37 +00:00
|
|
|
test_fuzz_cuckoocache_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_cuckoocache_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_cuckoocache_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_cuckoocache_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_cuckoocache_SOURCES = test/fuzz/cuckoocache.cpp
|
|
|
|
|
2019-12-19 19:26:42 +00:00
|
|
|
test_fuzz_decode_tx_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_decode_tx_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_decode_tx_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_decode_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_decode_tx_SOURCES = test/fuzz/decode_tx.cpp
|
2019-12-19 19:26:42 +00:00
|
|
|
|
2019-10-01 10:26:20 +00:00
|
|
|
test_fuzz_descriptor_parse_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_descriptor_parse_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_descriptor_parse_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_descriptor_parse_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_descriptor_parse_SOURCES = test/fuzz/descriptor_parse.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
|
|
|
test_fuzz_diskblockindex_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DDISKBLOCKINDEX_DESERIALIZE=1
|
|
|
|
test_fuzz_diskblockindex_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
2019-02-28 15:04:03 -05:00
|
|
|
test_fuzz_diskblockindex_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_diskblockindex_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_diskblockindex_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-01-25 18:35:36 -05:00
|
|
|
|
2019-10-08 15:17:14 +00:00
|
|
|
test_fuzz_eval_script_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_eval_script_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_eval_script_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_eval_script_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_eval_script_SOURCES = test/fuzz/eval_script.cpp
|
2019-10-08 15:17:14 +00:00
|
|
|
|
2020-03-15 02:24:38 +00:00
|
|
|
test_fuzz_fee_rate_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_fee_rate_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_fee_rate_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_fee_rate_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_fee_rate_SOURCES = test/fuzz/fee_rate.cpp
|
2020-03-15 02:24:38 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_fee_rate_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DFEE_RATE_DESERIALIZE=1
|
|
|
|
test_fuzz_fee_rate_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_fee_rate_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_fee_rate_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_fee_rate_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-04-07 15:40:13 +00:00
|
|
|
test_fuzz_fees_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_fees_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_fees_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_fees_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_fees_SOURCES = test/fuzz/fees.cpp
|
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_flat_file_pos_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DFLAT_FILE_POS_DESERIALIZE=1
|
|
|
|
test_fuzz_flat_file_pos_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_flat_file_pos_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_flat_file_pos_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_flat_file_pos_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-03-27 14:12:11 +00:00
|
|
|
test_fuzz_flatfile_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_flatfile_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_flatfile_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_flatfile_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_flatfile_SOURCES = test/fuzz/flatfile.cpp
|
2020-03-27 14:12:11 +00:00
|
|
|
|
2020-01-23 17:26:19 +00:00
|
|
|
test_fuzz_float_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_float_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_float_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_float_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_float_SOURCES = test/fuzz/float.cpp
|
2020-01-23 17:26:19 +00:00
|
|
|
|
2020-02-21 15:57:02 +00:00
|
|
|
test_fuzz_golomb_rice_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_golomb_rice_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_golomb_rice_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_golomb_rice_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_golomb_rice_SOURCES = test/fuzz/golomb_rice.cpp
|
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_hex_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_hex_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_hex_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_hex_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_hex_SOURCES = test/fuzz/hex.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-03-17 02:03:16 +00:00
|
|
|
test_fuzz_http_request_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_http_request_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_http_request_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_http_request_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_http_request_SOURCES = test/fuzz/http_request.cpp
|
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_integer_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_integer_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_integer_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_integer_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_integer_SOURCES = test/fuzz/integer.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_inv_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DINV_DESERIALIZE=1
|
|
|
|
test_fuzz_inv_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_inv_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_inv_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_inv_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-01-21 12:22:55 +00:00
|
|
|
test_fuzz_key_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_key_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_key_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_key_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_key_SOURCES = test/fuzz/key.cpp
|
2020-01-21 12:22:55 +00:00
|
|
|
|
2020-01-14 16:38:36 +00:00
|
|
|
test_fuzz_key_io_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_key_io_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_key_io_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_key_io_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_key_io_SOURCES = test/fuzz/key_io.cpp
|
2020-01-14 16:38:36 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_key_origin_info_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DKEY_ORIGIN_INFO_DESERIALIZE=1
|
|
|
|
test_fuzz_key_origin_info_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_key_origin_info_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_key_origin_info_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_key_origin_info_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-04-22 13:53:50 +00:00
|
|
|
test_fuzz_kitchen_sink_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_kitchen_sink_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_kitchen_sink_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_kitchen_sink_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_kitchen_sink_SOURCES = test/fuzz/kitchen_sink.cpp
|
|
|
|
|
2020-02-11 15:25:51 +00:00
|
|
|
test_fuzz_locale_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_locale_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_locale_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_locale_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_locale_SOURCES = test/fuzz/locale.cpp
|
2020-02-11 15:25:51 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_merkle_block_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMERKLE_BLOCK_DESERIALIZE=1
|
|
|
|
test_fuzz_merkle_block_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_merkle_block_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_merkle_block_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_merkle_block_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-03-27 20:55:47 +00:00
|
|
|
test_fuzz_merkleblock_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_merkleblock_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_merkleblock_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_merkleblock_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_merkleblock_SOURCES = test/fuzz/merkleblock.cpp
|
2020-03-27 20:55:47 +00:00
|
|
|
|
2020-04-27 14:03:36 +00:00
|
|
|
test_fuzz_message_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_message_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_message_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_message_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_message_SOURCES = test/fuzz/message.cpp
|
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_messageheader_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGEHEADER_DESERIALIZE=1
|
|
|
|
test_fuzz_messageheader_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_messageheader_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_messageheader_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_messageheader_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-03-15 11:46:57 +00:00
|
|
|
test_fuzz_multiplication_overflow_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_multiplication_overflow_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_multiplication_overflow_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_multiplication_overflow_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_multiplication_overflow_SOURCES = test/fuzz/multiplication_overflow.cpp
|
2020-03-15 11:46:57 +00:00
|
|
|
|
2020-03-23 15:02:18 +00:00
|
|
|
test_fuzz_net_permissions_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_net_permissions_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_net_permissions_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_net_permissions_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_net_permissions_SOURCES = test/fuzz/net_permissions.cpp
|
2020-03-23 15:02:18 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_netaddr_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DNETADDR_DESERIALIZE=1
|
|
|
|
test_fuzz_netaddr_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_netaddr_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_netaddr_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_netaddr_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-01-31 22:37:07 +00:00
|
|
|
test_fuzz_netaddress_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_netaddress_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_netaddress_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_netaddress_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_netaddress_SOURCES = test/fuzz/netaddress.cpp
|
2020-01-31 22:37:07 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_out_point_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DOUT_POINT_DESERIALIZE=1
|
|
|
|
test_fuzz_out_point_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_out_point_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_out_point_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_out_point_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2019-12-18 16:25:20 +00:00
|
|
|
test_fuzz_p2p_transport_deserializer_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_p2p_transport_deserializer_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_p2p_transport_deserializer_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_p2p_transport_deserializer_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_p2p_transport_deserializer_SOURCES = test/fuzz/p2p_transport_deserializer.cpp
|
2019-12-18 16:25:20 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_parse_hd_keypath_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_parse_hd_keypath_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_parse_hd_keypath_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_parse_hd_keypath_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_parse_hd_keypath_SOURCES = test/fuzz/parse_hd_keypath.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_parse_iso8601_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_parse_iso8601_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_parse_iso8601_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_parse_iso8601_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_parse_iso8601_SOURCES = test/fuzz/parse_iso8601.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_parse_numbers_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_parse_numbers_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_parse_numbers_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_parse_numbers_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_parse_numbers_SOURCES = test/fuzz/parse_numbers.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_parse_script_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_parse_script_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_parse_script_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_parse_script_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_parse_script_SOURCES = test/fuzz/parse_script.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_parse_univalue_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_parse_univalue_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_parse_univalue_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_parse_univalue_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_parse_univalue_SOURCES = test/fuzz/parse_univalue.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-04-04 16:15:18 -07:00
|
|
|
test_fuzz_prevector_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_prevector_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_prevector_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_prevector_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_prevector_SOURCES = test/fuzz/prevector.cpp
|
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_partial_merkle_tree_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPARTIAL_MERKLE_TREE_DESERIALIZE=1
|
|
|
|
test_fuzz_partial_merkle_tree_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_partial_merkle_tree_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_partial_merkle_tree_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_partial_merkle_tree_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_partially_signed_transaction_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPARTIALLY_SIGNED_TRANSACTION_DESERIALIZE=1
|
|
|
|
test_fuzz_partially_signed_transaction_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_partially_signed_transaction_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_partially_signed_transaction_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_partially_signed_transaction_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-04-26 19:27:54 +00:00
|
|
|
test_fuzz_policy_estimator_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_policy_estimator_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_policy_estimator_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_policy_estimator_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_policy_estimator_SOURCES = test/fuzz/policy_estimator.cpp
|
|
|
|
|
2020-03-22 14:16:40 +00:00
|
|
|
test_fuzz_pow_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_pow_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_pow_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_pow_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_pow_SOURCES = test/fuzz/pow.cpp
|
2020-03-22 14:16:40 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_prefilled_transaction_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPREFILLED_TRANSACTION_DESERIALIZE=1
|
|
|
|
test_fuzz_prefilled_transaction_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_prefilled_transaction_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_prefilled_transaction_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_prefilled_transaction_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-04-24 12:15:26 +00:00
|
|
|
test_fuzz_primitives_transaction_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_primitives_transaction_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_primitives_transaction_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_primitives_transaction_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_primitives_transaction_SOURCES = test/fuzz/primitives_transaction.cpp
|
|
|
|
|
2020-04-04 07:30:51 +08:00
|
|
|
test_fuzz_process_messages_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_process_messages_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_messages_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_messages_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_process_messages_SOURCES = test/fuzz/process_messages.cpp
|
|
|
|
|
2020-01-22 20:23:48 +00:00
|
|
|
test_fuzz_process_message_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_process_message_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_SOURCES = test/fuzz/process_message.cpp
|
2020-01-22 20:23:48 +00:00
|
|
|
|
2020-01-23 11:47:12 +00:00
|
|
|
test_fuzz_process_message_addr_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=addr
|
|
|
|
test_fuzz_process_message_addr_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_addr_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_addr_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_addr_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_block_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=block
|
|
|
|
test_fuzz_process_message_block_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_block_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_block_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_block_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_blocktxn_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=blocktxn
|
|
|
|
test_fuzz_process_message_blocktxn_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_blocktxn_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_blocktxn_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_blocktxn_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_cmpctblock_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=cmpctblock
|
|
|
|
test_fuzz_process_message_cmpctblock_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_cmpctblock_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_cmpctblock_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_cmpctblock_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_feefilter_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=feefilter
|
|
|
|
test_fuzz_process_message_feefilter_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_feefilter_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_feefilter_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_feefilter_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_filteradd_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=filteradd
|
|
|
|
test_fuzz_process_message_filteradd_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_filteradd_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_filteradd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_filteradd_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_filterclear_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=filterclear
|
|
|
|
test_fuzz_process_message_filterclear_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_filterclear_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_filterclear_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_filterclear_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_filterload_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=filterload
|
|
|
|
test_fuzz_process_message_filterload_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_filterload_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_filterload_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_filterload_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_getaddr_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=getaddr
|
|
|
|
test_fuzz_process_message_getaddr_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_getaddr_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_getaddr_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_getaddr_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_getblocks_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=getblocks
|
|
|
|
test_fuzz_process_message_getblocks_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_getblocks_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_getblocks_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_getblocks_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_getblocktxn_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=getblocktxn
|
|
|
|
test_fuzz_process_message_getblocktxn_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_getblocktxn_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_getblocktxn_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_getblocktxn_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_getdata_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=getdata
|
|
|
|
test_fuzz_process_message_getdata_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_getdata_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_getdata_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_getdata_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_getheaders_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=getheaders
|
|
|
|
test_fuzz_process_message_getheaders_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_getheaders_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_getheaders_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_getheaders_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_headers_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=headers
|
|
|
|
test_fuzz_process_message_headers_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_headers_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_headers_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_headers_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_inv_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=inv
|
|
|
|
test_fuzz_process_message_inv_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_inv_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_inv_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_inv_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_mempool_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=mempool
|
|
|
|
test_fuzz_process_message_mempool_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_mempool_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_mempool_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_mempool_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_notfound_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=notfound
|
|
|
|
test_fuzz_process_message_notfound_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_notfound_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_notfound_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_notfound_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_ping_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=ping
|
|
|
|
test_fuzz_process_message_ping_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_ping_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_ping_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_ping_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_pong_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=pong
|
|
|
|
test_fuzz_process_message_pong_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_pong_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_pong_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_pong_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_sendcmpct_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=sendcmpct
|
|
|
|
test_fuzz_process_message_sendcmpct_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_sendcmpct_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_sendcmpct_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_sendcmpct_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_sendheaders_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=sendheaders
|
|
|
|
test_fuzz_process_message_sendheaders_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_sendheaders_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_sendheaders_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_sendheaders_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_tx_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=tx
|
|
|
|
test_fuzz_process_message_tx_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_tx_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_tx_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_verack_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=verack
|
|
|
|
test_fuzz_process_message_verack_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_verack_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_verack_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_verack_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
|
|
|
test_fuzz_process_message_version_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DMESSAGE_TYPE=version
|
|
|
|
test_fuzz_process_message_version_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_process_message_version_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_process_message_version_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_process_message_version_SOURCES = test/fuzz/process_message.cpp
|
2020-01-23 11:47:12 +00:00
|
|
|
|
2020-03-26 19:37:55 +00:00
|
|
|
test_fuzz_protocol_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_protocol_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_protocol_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_protocol_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_protocol_SOURCES = test/fuzz/protocol.cpp
|
2020-03-26 19:37:55 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_psbt_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_psbt_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_psbt_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_psbt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_psbt_SOURCES = test/fuzz/psbt.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
|
|
|
test_fuzz_psbt_input_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPSBT_INPUT_DESERIALIZE=1
|
|
|
|
test_fuzz_psbt_input_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_psbt_input_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_psbt_input_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_psbt_input_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
|
|
|
test_fuzz_psbt_output_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPSBT_OUTPUT_DESERIALIZE=1
|
|
|
|
test_fuzz_psbt_output_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_psbt_output_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_psbt_output_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_psbt_output_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
|
|
|
test_fuzz_pub_key_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DPUB_KEY_DESERIALIZE=1
|
|
|
|
test_fuzz_pub_key_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_pub_key_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_pub_key_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_pub_key_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-03-28 08:56:38 +00:00
|
|
|
test_fuzz_random_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_random_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_random_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_random_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_random_SOURCES = test/fuzz/random.cpp
|
2020-03-28 08:56:38 +00:00
|
|
|
|
2020-04-26 19:29:03 +00:00
|
|
|
test_fuzz_rbf_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_rbf_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_rbf_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_rbf_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_rbf_SOURCES = test/fuzz/rbf.cpp
|
|
|
|
|
2020-02-24 20:48:22 +00:00
|
|
|
test_fuzz_rolling_bloom_filter_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_rolling_bloom_filter_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_rolling_bloom_filter_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_rolling_bloom_filter_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_rolling_bloom_filter_SOURCES = test/fuzz/rolling_bloom_filter.cpp
|
2020-02-24 20:48:22 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_script_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_script_SOURCES = test/fuzz/script.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-05-16 18:17:25 +00:00
|
|
|
test_fuzz_script_bitcoin_consensus_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_bitcoin_consensus_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_bitcoin_consensus_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_bitcoin_consensus_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_script_bitcoin_consensus_SOURCES = test/fuzz/script_bitcoin_consensus.cpp
|
|
|
|
|
2020-05-16 18:18:07 +00:00
|
|
|
test_fuzz_script_descriptor_cache_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_descriptor_cache_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_descriptor_cache_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_descriptor_cache_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_script_descriptor_cache_SOURCES = test/fuzz/script_descriptor_cache.cpp
|
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_script_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DSCRIPT_DESERIALIZE=1
|
|
|
|
test_fuzz_script_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_script_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_script_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_script_flags_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_flags_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_flags_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_flags_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_script_flags_SOURCES = test/fuzz/script_flags.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-05-16 18:18:49 +00:00
|
|
|
test_fuzz_script_interpreter_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_interpreter_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_interpreter_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_interpreter_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_script_interpreter_SOURCES = test/fuzz/script_interpreter.cpp
|
|
|
|
|
2020-02-18 16:41:16 +00:00
|
|
|
test_fuzz_script_ops_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_ops_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_ops_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_ops_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_script_ops_SOURCES = test/fuzz/script_ops.cpp
|
2020-02-18 16:41:16 +00:00
|
|
|
|
2020-05-16 18:20:15 +00:00
|
|
|
test_fuzz_script_sigcache_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_sigcache_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_sigcache_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_sigcache_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_script_sigcache_SOURCES = test/fuzz/script_sigcache.cpp
|
|
|
|
|
2020-05-16 18:20:39 +00:00
|
|
|
test_fuzz_script_sign_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_script_sign_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_script_sign_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_script_sign_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_script_sign_SOURCES = test/fuzz/script_sign.cpp
|
|
|
|
|
2020-02-19 15:18:13 +00:00
|
|
|
test_fuzz_scriptnum_ops_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_scriptnum_ops_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_scriptnum_ops_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_scriptnum_ops_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_scriptnum_ops_SOURCES = test/fuzz/scriptnum_ops.cpp
|
2020-02-19 15:18:13 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_service_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DSERVICE_DESERIALIZE=1
|
|
|
|
test_fuzz_service_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_service_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_service_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_service_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
2020-02-15 20:42:50 +00:00
|
|
|
test_fuzz_signature_checker_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_signature_checker_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_signature_checker_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_signature_checker_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_signature_checker_SOURCES = test/fuzz/signature_checker.cpp
|
2020-02-15 20:42:50 +00:00
|
|
|
|
2020-03-15 14:08:34 +00:00
|
|
|
test_fuzz_snapshotmetadata_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DSNAPSHOTMETADATA_DESERIALIZE=1
|
|
|
|
test_fuzz_snapshotmetadata_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_snapshotmetadata_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_snapshotmetadata_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_snapshotmetadata_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2020-03-15 14:08:34 +00:00
|
|
|
|
2020-03-27 21:12:28 +00:00
|
|
|
test_fuzz_span_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_span_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_span_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_span_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_span_SOURCES = test/fuzz/span.cpp
|
2020-03-27 21:12:28 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_spanparsing_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_spanparsing_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_spanparsing_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_spanparsing_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_spanparsing_SOURCES = test/fuzz/spanparsing.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2020-03-15 14:08:34 +00:00
|
|
|
test_fuzz_string_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_string_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_string_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_string_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_string_SOURCES = test/fuzz/string.cpp
|
2020-03-15 14:08:34 +00:00
|
|
|
|
2020-01-26 22:12:11 +00:00
|
|
|
test_fuzz_strprintf_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_strprintf_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_strprintf_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_strprintf_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_strprintf_SOURCES = test/fuzz/strprintf.cpp
|
2020-01-26 22:12:11 +00:00
|
|
|
|
2019-10-03 14:18:31 +00:00
|
|
|
test_fuzz_sub_net_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DSUB_NET_DESERIALIZE=1
|
|
|
|
test_fuzz_sub_net_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_sub_net_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_sub_net_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_sub_net_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2020-03-09 12:14:01 +00:00
|
|
|
|
2020-04-22 13:54:41 +00:00
|
|
|
test_fuzz_system_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_system_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_system_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_system_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
|
|
|
test_fuzz_system_SOURCES = test/fuzz/system.cpp
|
|
|
|
|
2020-03-23 14:18:07 +00:00
|
|
|
test_fuzz_timedata_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_timedata_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_timedata_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_timedata_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_timedata_SOURCES = test/fuzz/timedata.cpp
|
2020-03-23 14:18:07 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_transaction_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_transaction_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_transaction_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_transaction_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_transaction_SOURCES = test/fuzz/transaction.cpp
|
2019-10-03 14:18:31 +00:00
|
|
|
|
2019-10-09 13:07:31 +00:00
|
|
|
test_fuzz_tx_in_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_tx_in_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_tx_in_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_tx_in_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_tx_in_SOURCES = test/fuzz/tx_in.cpp
|
2019-12-19 19:27:14 +00:00
|
|
|
|
|
|
|
test_fuzz_tx_in_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DTX_IN_DESERIALIZE=1
|
|
|
|
test_fuzz_tx_in_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_tx_in_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_tx_in_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_tx_in_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-09 13:07:31 +00:00
|
|
|
|
2019-10-09 13:14:52 +00:00
|
|
|
test_fuzz_tx_out_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
|
|
|
test_fuzz_tx_out_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_tx_out_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_tx_out_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_tx_out_SOURCES = test/fuzz/tx_out.cpp
|
2019-10-09 13:14:52 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_txoutcompressor_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DTXOUTCOMPRESSOR_DESERIALIZE=1
|
|
|
|
test_fuzz_txoutcompressor_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_txoutcompressor_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_txoutcompressor_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_txoutcompressor_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-02 12:01:52 +00:00
|
|
|
|
2019-12-19 19:27:14 +00:00
|
|
|
test_fuzz_txundo_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DTXUNDO_DESERIALIZE=1
|
|
|
|
test_fuzz_txundo_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_txundo_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_txundo_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_txundo_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2019-10-03 09:11:40 +00:00
|
|
|
|
2020-03-09 12:14:01 +00:00
|
|
|
test_fuzz_uint160_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DUINT160_DESERIALIZE=1
|
|
|
|
test_fuzz_uint160_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_uint160_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_uint160_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_uint160_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2020-03-09 12:14:01 +00:00
|
|
|
|
|
|
|
test_fuzz_uint256_deserialize_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -DUINT256_DESERIALIZE=1
|
|
|
|
test_fuzz_uint256_deserialize_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
|
|
|
test_fuzz_uint256_deserialize_LDADD = $(FUZZ_SUITE_LD_COMMON)
|
|
|
|
test_fuzz_uint256_deserialize_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
|
2020-04-05 01:01:13 +02:00
|
|
|
test_fuzz_uint256_deserialize_SOURCES = test/fuzz/deserialize.cpp
|
2020-03-09 12:14:01 +00:00
|
|
|
|
2019-01-25 18:35:36 -05:00
|
|
|
endif # ENABLE_FUZZ
|
2014-11-18 12:06:32 -05:00
|
|
|
|
2014-05-28 13:38:41 -04:00
|
|
|
nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
|
|
|
|
|
|
|
|
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
|
|
|
|
|
2018-10-09 22:31:51 -04:00
|
|
|
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:=.log)
|
2014-05-28 13:38:41 -04:00
|
|
|
|
|
|
|
CLEANFILES += $(CLEAN_BITCOIN_TEST)
|
|
|
|
|
2018-08-28 13:50:41 +02:00
|
|
|
if TARGET_WINDOWS
|
2014-05-28 13:38:41 -04:00
|
|
|
bitcoin_test: $(TEST_BINARY)
|
2018-08-28 13:50:41 +02:00
|
|
|
else
|
|
|
|
if ENABLE_BENCH
|
|
|
|
bitcoin_test: $(TEST_BINARY) $(BENCH_BINARY)
|
|
|
|
else
|
|
|
|
bitcoin_test: $(TEST_BINARY)
|
|
|
|
endif
|
|
|
|
endif
|
2014-05-28 13:38:41 -04:00
|
|
|
|
|
|
|
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 17:13:03 -04:00
|
|
|
|
2018-04-09 19:56:25 -04:00
|
|
|
check-local: $(BITCOIN_TESTS:.cpp=.cpp.test)
|
2018-01-23 03:53:26 +00:00
|
|
|
if BUILD_BITCOIN_TX
|
2017-03-08 17:46:18 -05:00
|
|
|
@echo "Running test/util/bitcoin-util-test.py..."
|
2017-10-01 11:19:49 +02:00
|
|
|
$(PYTHON) $(top_builddir)/test/util/bitcoin-util-test.py
|
2018-01-23 03:53:26 +00:00
|
|
|
endif
|
2018-04-23 00:39:12 -07:00
|
|
|
@echo "Running test/util/rpcauth-test.py..."
|
|
|
|
$(PYTHON) $(top_builddir)/test/util/rpcauth-test.py
|
2018-08-28 13:50:41 +02:00
|
|
|
if TARGET_WINDOWS
|
|
|
|
else
|
|
|
|
if ENABLE_BENCH
|
|
|
|
@echo "Running bench/bench_bitcoin -evals=1 -scaling=0..."
|
|
|
|
$(BENCH_BINARY) -evals=1 -scaling=0 > /dev/null
|
|
|
|
endif
|
|
|
|
endif
|
2014-11-05 20:56:45 -05:00
|
|
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
|
2016-01-14 00:26:23 +00:00
|
|
|
if EMBEDDED_UNIVALUE
|
2015-09-04 16:11:34 +02:00
|
|
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue check
|
2016-01-14 00:26:23 +00:00
|
|
|
endif
|
2014-11-05 20:56:45 -05:00
|
|
|
|
2018-04-09 19:56:25 -04:00
|
|
|
%.cpp.test: %.cpp
|
2018-05-31 10:30:38 +02:00
|
|
|
@echo Running tests: `cat $< | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1` from $<
|
2020-03-30 13:59:13 -04:00
|
|
|
$(AM_V_at)$(TEST_BINARY) --catch_system_errors=no -l test_suite -t "`cat $< | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > $<.log 2>&1 || (cat $<.log && false)
|
2018-04-09 19:56:25 -04:00
|
|
|
|
2014-06-04 17:13:03 -04:00
|
|
|
%.json.h: %.json
|
|
|
|
@$(MKDIR_P) $(@D)
|
2016-11-12 07:15:02 +00: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 17:13:03 -04:00
|
|
|
@echo "Generated $@"
|
2019-12-24 13:18:44 -05:00
|
|
|
|
|
|
|
%.raw.h: %.raw
|
|
|
|
@$(MKDIR_P) $(@D)
|
|
|
|
@{ \
|
|
|
|
echo "static unsigned const char $(*F)_raw[] = {" && \
|
|
|
|
$(HEXDUMP) -v -e '8/1 "0x%02x, "' -e '"\n"' $< | $(SED) -e 's/0x ,//g' && \
|
|
|
|
echo "};"; \
|
|
|
|
} > "$@.new" && mv -f "$@.new" "$@"
|
|
|
|
@echo "Generated $@"
|