aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2020-05-04 14:10:18 -0400
committerJohn Newbery <john@johnnewbery.com>2020-05-08 16:36:19 -0400
commit23083856a551ca13e8b142791c296ecb25cc4e7f (patch)
tree9fd276e7c7fa030c0d1d139608e72cedd4491776 /test/functional/test_runner.py
parentf9e00bb25ac4039056808affeb5ffa86a2c317fe (diff)
downloadbitcoin-23083856a551ca13e8b142791c296ecb25cc4e7f.tar.xz
[test] Add test for cfcheckpt
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 45f591ba4a..5d8b1a24e6 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -225,6 +225,7 @@ BASE_SCRIPTS = [
'feature_loadblock.py',
'p2p_dos_header_tree.py',
'p2p_unrequested_blocks.py',
+ 'p2p_blockfilters.py',
'feature_includeconf.py',
'feature_asmap.py',
'mempool_unbroadcast.py',