aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-11-24 01:35:37 +0100
committerFabian Jahr <fjahr@protonmail.com>2020-12-22 01:48:30 +0100
commit01297fb3ca57e4b8cbc5a89fc7c6367de33b0bc6 (patch)
tree4f7fb344a9d67587598db2f72e74f2225bd9a6f1 /src/Makefile.test.include
parentb111410914041b72961536c3e4037eba103a8085 (diff)
downloadbitcoin-01297fb3ca57e4b8cbc5a89fc7c6367de33b0bc6.tar.xz
fuzz: Add MuHash consistency fuzz test
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 cbfe93df0a..0c86deff12 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -229,6 +229,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/locale.cpp \
test/fuzz/merkleblock.cpp \
test/fuzz/message.cpp \
+ test/fuzz/muhash.cpp \
test/fuzz/multiplication_overflow.cpp \
test/fuzz/net.cpp \
test/fuzz/net_permissions.cpp \