@@ -63,20 +63,19 @@ endif
63
63
64
64
# test_bitcoin binary #
65
65
BITCOIN_TESTS =\
66
- test/arith_uint256_tests.cpp \
67
- test/scriptnum10.h \
68
66
test/addrman_tests.cpp \
69
- test/amount_tests.cpp \
70
67
test/allocator_tests.cpp \
68
+ test/amount_tests.cpp \
69
+ test/arith_uint256_tests.cpp \
71
70
test/base32_tests.cpp \
72
71
test/base58_tests.cpp \
73
72
test/base64_tests.cpp \
74
73
test/bech32_tests.cpp \
75
74
test/bip32_tests.cpp \
76
75
test/blockchain_tests.cpp \
77
76
test/blockencodings_tests.cpp \
78
- test/blockfilter_tests.cpp \
79
77
test/blockfilter_index_tests.cpp \
78
+ test/blockfilter_tests.cpp \
80
79
test/bloom_tests.cpp \
81
80
test/bswap_tests.cpp \
82
81
test/checkqueue_tests.cpp \
@@ -86,6 +85,7 @@ BITCOIN_TESTS =\
86
85
test/compress_tests.cpp \
87
86
test/crypto_tests.cpp \
88
87
test/cuckoocache_tests.cpp \
88
+ test/dbwrapper_tests.cpp \
89
89
test/denialofservice_tests.cpp \
90
90
test/descriptor_tests.cpp \
91
91
test/flatfile_tests.cpp \
@@ -97,13 +97,11 @@ BITCOIN_TESTS =\
97
97
test/key_io_tests.cpp \
98
98
test/key_tests.cpp \
99
99
test/logging_tests.cpp \
100
- test/dbwrapper_tests.cpp \
101
- test/validation_tests.cpp \
102
100
test/mempool_tests.cpp \
103
101
test/merkle_tests.cpp \
104
102
test/merkleblock_tests.cpp \
105
- test/minisketch_tests.cpp \
106
103
test/miner_tests.cpp \
104
+ test/minisketch_tests.cpp \
107
105
test/multisig_tests.cpp \
108
106
test/net_peer_eviction_tests.cpp \
109
107
test/net_tests.cpp \
@@ -123,6 +121,7 @@ BITCOIN_TESTS =\
123
121
test/script_parse_tests.cpp \
124
122
test/script_standard_tests.cpp \
125
123
test/script_tests.cpp \
124
+ test/scriptnum10.h \
126
125
test/scriptnum_tests.cpp \
127
126
test/serfloat_tests.cpp \
128
127
test/serialize_tests.cpp \
@@ -134,21 +133,22 @@ BITCOIN_TESTS =\
134
133
test/streams_tests.cpp \
135
134
test/sync_tests.cpp \
136
135
test/system_tests.cpp \
137
- test/util_threadnames_tests.cpp \
138
136
test/timedata_tests.cpp \
139
137
test/torcontrol_tests.cpp \
140
138
test/transaction_tests.cpp \
141
139
test/txindex_tests.cpp \
142
- test/txrequest_tests.cpp \
143
140
test/txpackage_tests.cpp \
141
+ test/txrequest_tests.cpp \
144
142
test/txvalidation_tests.cpp \
145
143
test/txvalidationcache_tests.cpp \
146
144
test/uint256_tests.cpp \
147
145
test/util_tests.cpp \
146
+ test/util_threadnames_tests.cpp \
148
147
test/validation_block_tests.cpp \
149
148
test/validation_chainstate_tests.cpp \
150
149
test/validation_chainstatemanager_tests.cpp \
151
150
test/validation_flush_tests.cpp \
151
+ test/validation_tests.cpp \
152
152
test/validationinterface_tests.cpp \
153
153
test/versionbits_tests.cpp
154
154
0 commit comments