fuzz: add target for DescriptorScriptPubKeyMan

This commit is contained in:
brunoerg
2023-07-25 16:14:40 -03:00
parent 641dddf018
commit 47e5c9994c
2 changed files with 167 additions and 1 deletions

View File

@@ -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 += \