diff options
author | Martin Zumsande <mzumsande@gmail.com> | 2022-03-17 01:28:01 +0100 |
---|---|---|
committer | Martin Zumsande <mzumsande@gmail.com> | 2022-03-30 17:17:37 +0200 |
commit | 21520b95515676d45145df624f430cdd39db7515 (patch) | |
tree | 239648495cff4b7d12f917822686d8de257f4c75 /src/Makefile.test.include | |
parent | 2f0f056e08cd5a1435120592a9ecd212fcdb915b (diff) |
fuzz: add target for coinselection
This creates random OutputGroups and runs the
existing coinselection algorithms for them.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 56d8842d17..53ccd2d8c9 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -176,8 +176,11 @@ if USE_BDB BITCOIN_TESTS += wallet/test/db_tests.cpp endif -if USE_SQLITE FUZZ_WALLET_SRC = \ + wallet/test/fuzz/coinselection.cpp + +if USE_SQLITE +FUZZ_WALLET_SRC += \ wallet/test/fuzz/notifications.cpp endif # USE_SQLITE |