1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

tests: Sort fuzzing harnesses

This commit is contained in:
practicalswift 2020-04-26 20:25:18 +00:00
parent e1e181fad1
commit 32b6b386a5

View File

@ -69,8 +69,8 @@ FUZZ_TARGETS = \
test/fuzz/partially_signed_transaction_deserialize \
test/fuzz/pow \
test/fuzz/prefilled_transaction_deserialize \
test/fuzz/primitives_transaction \
test/fuzz/prevector \
test/fuzz/primitives_transaction \
test/fuzz/process_message \
test/fuzz/process_message_addr \
test/fuzz/process_message_block \