aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJesse Cohen <jc@jc.lol>2018-04-18 08:01:48 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-05-24 13:56:00 -0400
commitd6c3a08c482225b3742c9145a9cbfe60567f0c4f (patch)
treeb631caac5ee34c8334d9f345ede0aec8ce125121 /src/Makefile.test.include
parentbb79aaf93af93d5f9f5097cff4fbb2791af86875 (diff)
downloadbitcoin-d6c3a08c482225b3742c9145a9cbfe60567f0c4f.tar.xz
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 Github-Pull: #13023 Rebased-From: dd435ad40267f5c50ff17533c696f9302829a6a6
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index d4d972b2bb..bd364a8338 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -83,9 +83,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 += \