aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2015-03-03 09:59:32 -0500
committerPieter Wuille <pieter.wuille@gmail.com>2015-07-27 15:50:21 +0200
commit517e6dd25618522c716e64859554b0f29c6e65d0 (patch)
tree0df44e4bf60db529846142b60cc2894c128d3d8b /src/Makefile.test.include
parent17b11428c135203342aff38cabc8047e673f38ac (diff)
downloadbitcoin-517e6dd25618522c716e64859554b0f29c6e65d0.tar.xz
Unit test doublespends in new blocks
As suggested by Greg Maxwell-- unit test to make sure a block with a double-spend in it doesn't pass validation if half of the double-spend is already in the memory pool (so full-blown transaction validation is skipped) when the block is received.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 0997148117..f9384a09a4 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -73,6 +73,7 @@ BITCOIN_TESTS =\
test/test_bitcoin.h \
test/timedata_tests.cpp \
test/transaction_tests.cpp \
+ test/txvalidationcache_tests.cpp \
test/uint256_tests.cpp \
test/univalue_tests.cpp \
test/util_tests.cpp