From 7524b6479cb20471d827aec5500925c86c62ce1c Mon Sep 17 00:00:00 2001 From: Andrew Toth Date: Fri, 27 Mar 2020 12:09:31 -0400 Subject: Add tests for generateblock --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index ce9b37edfb..e59b357d0b 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -171,6 +171,7 @@ BASE_SCRIPTS = [ 'wallet_importprunedfunds.py', 'p2p_leak_tx.py', 'rpc_signmessage.py', + 'rpc_generateblock.py', 'wallet_balance.py', 'feature_nulldummy.py', 'mempool_accept.py', -- cgit v1.2.3