Add merkle blocks test

This commit is contained in:
Matt Corallo
2015-02-03 17:59:41 -08:00
parent 59ed61b389
commit 352ed22c2c
2 changed files with 91 additions and 0 deletions

View File

@ -28,6 +28,7 @@ testScripts=(
'httpbasics.py'
'zapwallettxes.py'
'proxy_test.py'
'merkle_blocks.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then