aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-06-21 00:14:56 +0200
committerAva Chow <github@achow101.com>2024-05-16 15:03:13 -0400
commit4d7a3ae78e55f25868979f1bd920857a4aecb825 (patch)
tree8913e8a61c83dedc4b4007c240cb8aff3be7ee3b /src/Makefile.test.include
parent3568dce9e93295674cdf5458c5bdf93ff01fd0a2 (diff)
Berkeley RO Database fuzz test
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index cf88a02b95..74252b10ce 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -203,7 +203,8 @@ FUZZ_WALLET_SRC = \
wallet/test/fuzz/coincontrol.cpp \
wallet/test/fuzz/coinselection.cpp \
wallet/test/fuzz/fees.cpp \
- wallet/test/fuzz/parse_iso8601.cpp
+ wallet/test/fuzz/parse_iso8601.cpp \
+ wallet/test/fuzz/wallet_bdb_parser.cpp
if USE_SQLITE
FUZZ_WALLET_SRC += \