From 3f3f2d59ea2946a7b7cc8cb0222fb602d62645d0 Mon Sep 17 00:00:00 2001 From: glozow Date: Thu, 11 Aug 2022 09:58:39 +0100 Subject: [unit test] GatherClusters and MiniMiner unit tests Co-authored-by: Murch Co-authored-by: theStack Co-authored-by: furszy --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index d6992640ff..3e9d6ad9e3 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -106,6 +106,7 @@ BITCOIN_TESTS =\ test/merkle_tests.cpp \ test/merkleblock_tests.cpp \ test/miner_tests.cpp \ + test/miniminer_tests.cpp \ test/miniscript_tests.cpp \ test/minisketch_tests.cpp \ test/multisig_tests.cpp \ -- cgit v1.2.3 From 6b605b91c1faf2c7f7cc0c9d39b4fcfd66dc2965 Mon Sep 17 00:00:00 2001 From: glozow Date: Thu, 16 Feb 2023 15:31:44 +0000 Subject: [fuzz] Add MiniMiner target + diff fuzz against BlockAssembler Co-authored-by: dergoegge Co-authored-by: mzumsande Co-authored-by: Murch --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 3e9d6ad9e3..26fd628770 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -283,6 +283,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/message.cpp \ test/fuzz/miniscript.cpp \ test/fuzz/minisketch.cpp \ + test/fuzz/mini_miner.cpp \ test/fuzz/muhash.cpp \ test/fuzz/multiplication_overflow.cpp \ test/fuzz/net.cpp \ -- cgit v1.2.3