diff options
author | John Newbery <john@johnnewbery.com> | 2017-06-15 15:29:53 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-06-27 05:04:52 -0400 |
commit | e7ba6c16b34443cf0774d707d9918ebc9835d6ca (patch) | |
tree | 015b2e7815a31e0d4fdb9b8aecc9ba9d64fb7929 /test/functional/test_runner.py | |
parent | 76859e6a7665faef97edf339810aa56d2e4d0ad6 (diff) |
[tests] add example test
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 c7de31510a..1cac61d909 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -137,6 +137,7 @@ EXTENDED_SCRIPTS = [ 'bip65-cltv-p2p.py', 'bipdersig-p2p.py', 'bipdersig.py', + 'example_test.py', 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', |