From 21520b95515676d45145df624f430cdd39db7515 Mon Sep 17 00:00:00 2001 From: Martin Zumsande Date: Thu, 17 Mar 2022 01:28:01 +0100 Subject: fuzz: add target for coinselection This creates random OutputGroups and runs the existing coinselection algorithms for them. --- src/Makefile.test.include | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile.test.include') 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 -- cgit v1.2.3