aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-06-15 15:29:53 -0400
committerJohn Newbery <john@johnnewbery.com>2017-06-27 05:04:52 -0400
commite7ba6c16b34443cf0774d707d9918ebc9835d6ca (patch)
tree015b2e7815a31e0d4fdb9b8aecc9ba9d64fb7929 /test/functional/test_runner.py
parent76859e6a7665faef97edf339810aa56d2e4d0ad6 (diff)
downloadbitcoin-e7ba6c16b34443cf0774d707d9918ebc9835d6ca.tar.xz
[tests] add example test
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 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',