diff options
author | Andrew Toth <andrewstoth@gmail.com> | 2020-03-27 12:09:31 -0400 |
---|---|---|
committer | Andrew Toth <andrewstoth@gmail.com> | 2020-03-27 12:09:31 -0400 |
commit | 7524b6479cb20471d827aec5500925c86c62ce1c (patch) | |
tree | 6c316fe908df11e7cd298dddc6fbd60e175ff4c3 /test/functional/test_runner.py | |
parent | dcc8332543f8fb6d1bb47cb270fcbb6a814a7d6e (diff) |
Add tests for generateblock
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |