aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2023-07-25 16:14:40 -0300
committerbrunoerg <brunoely.gc@gmail.com>2023-11-20 15:57:56 -0300
commit47e5c9994c087d1826ccc0d539e916845b5648fb (patch)
treeca06dff084691be66e2ea6b50bc2f9a4915ae8fd /src/Makefile.test.include
parent641dddf01812407d163520def83f5975413691e4 (diff)
fuzz: add target for `DescriptorScriptPubKeyMan`
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 e9d3bff1de..416a11b0c0 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -205,7 +205,8 @@ FUZZ_WALLET_SRC = \
if USE_SQLITE
FUZZ_WALLET_SRC += \
- wallet/test/fuzz/notifications.cpp
+ wallet/test/fuzz/notifications.cpp \
+ wallet/test/fuzz/scriptpubkeyman.cpp
endif # USE_SQLITE
BITCOIN_TEST_SUITE += \