aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-03-12 13:36:46 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-03-25 06:45:43 -0400
commitfa156999695ddaeb016d8320bee62f8d96679d55 (patch)
tree1bae058d0c4e08422ec41392c063c677158dfb06 /test/functional/test_runner.py
parent2737197ff39f98b0fbdf0fe913c1a7c8ee0f318c (diff)
downloadbitcoin-fa156999695ddaeb016d8320bee62f8d96679d55.tar.xz
test: Add basic test for BIP 37
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 9d87b5638c..9b868020e1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -148,6 +148,7 @@ BASE_SCRIPTS = [
'rpc_net.py',
'wallet_keypool.py',
'p2p_mempool.py',
+ 'p2p_filter.py',
'rpc_setban.py',
'p2p_blocksonly.py',
'mining_prioritisetransaction.py',