diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2022-04-13 14:11:59 +0200 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2022-04-28 16:44:42 +0200 |
commit | be34d5077b2fede7404de7706362f5858c443525 (patch) | |
tree | 49e44b375aec64ba40ec2fe69048a38bec9d8e96 /src/Makefile.test.include | |
parent | 7eb70f0ac0a54adabc566e2b93bbf6b2beb54a79 (diff) |
fuzz: rename and improve the Miniscript Script roundtrip target
Parse also key hashes using the Key type. Make this target the first of
the 4 Miniscript fuzz targets in a single `miniscript` file.
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 02a3f9ae7d..781313e42d 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -269,7 +269,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/locale.cpp \ test/fuzz/merkleblock.cpp \ test/fuzz/message.cpp \ - test/fuzz/miniscript_decode.cpp \ + test/fuzz/miniscript.cpp \ test/fuzz/minisketch.cpp \ test/fuzz/muhash.cpp \ test/fuzz/multiplication_overflow.cpp \ |