From dd435ad40267f5c50ff17533c696f9302829a6a6 Mon Sep 17 00:00:00 2001 From: Jesse Cohen Date: Wed, 18 Apr 2018 08:01:48 -0400 Subject: Add unit tests for signals generated by ProcessNewBlock() After a recent bug discovered in callback ordering in MainSignals, this test checks invariants in ordering of BlockConnected / BlockDisconnected / UpdatedChainTip signals --- src/Makefile.test.include | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c4f18bb37..efdb39b64 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -85,9 +85,10 @@ BITCOIN_TESTS =\ test/transaction_tests.cpp \ test/txvalidation_tests.cpp \ test/txvalidationcache_tests.cpp \ - test/versionbits_tests.cpp \ test/uint256_tests.cpp \ - test/util_tests.cpp + test/util_tests.cpp \ + test/validation_block_tests.cpp \ + test/versionbits_tests.cpp if ENABLE_WALLET BITCOIN_TESTS += \ -- cgit v1.2.3