diff options
author | Ayush Singh <ayushsingh.as1700@gmail.com> | 2023-06-16 20:30:46 +0530 |
---|---|---|
committer | Ayush Singh <ayushsingh.as1700@gmail.com> | 2023-06-17 23:55:16 +0530 |
commit | 40b333e21f8741e2f553df6b5dcff7277c00a982 (patch) | |
tree | bd6958894c3749ebb0fdd3c49fb30fff5b7879f7 /src/Makefile.test.include | |
parent | 1ecdf6ea8fb6dc1d64f41323a1e337beb174c25b (diff) |
fuzz: wallet, add target for CoinControl
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 2ee32a58c9..224f1fe301 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -194,6 +194,7 @@ BITCOIN_TESTS += wallet/test/db_tests.cpp endif FUZZ_WALLET_SRC = \ + wallet/test/fuzz/coincontrol.cpp \ wallet/test/fuzz/coinselection.cpp \ wallet/test/fuzz/fees.cpp \ wallet/test/fuzz/parse_iso8601.cpp |