aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-02-16 15:31:44 +0000
committerMurch <murch@murch.one>2023-04-06 15:15:39 -0400
commit6b605b91c1faf2c7f7cc0c9d39b4fcfd66dc2965 (patch)
treefba2ac3d51c419bf8a5028d358876ac12e063dbc /src/Makefile.test.include
parent3f3f2d59ea2946a7b7cc8cb0222fb602d62645d0 (diff)
downloadbitcoin-6b605b91c1faf2c7f7cc0c9d39b4fcfd66dc2965.tar.xz
[fuzz] Add MiniMiner target + diff fuzz against BlockAssembler
Co-authored-by: dergoegge <n.goeggi@gmail.com> Co-authored-by: mzumsande <mzumsande@gmail.com> Co-authored-by: Murch <murch@murch.one>
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 3e9d6ad9e3..26fd628770 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -283,6 +283,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/message.cpp \
test/fuzz/miniscript.cpp \
test/fuzz/minisketch.cpp \
+ test/fuzz/mini_miner.cpp \
test/fuzz/muhash.cpp \
test/fuzz/multiplication_overflow.cpp \
test/fuzz/net.cpp \