aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2022-04-14 13:41:18 -0400
committerAndrew Chow <achow101-github@achow101.com>2022-04-21 11:17:00 -0400
commitab5af9ca7293239ffc24ea7e23159b8184543f94 (patch)
treeb20bfaef2ee3fc398d2cce44cf67ad4884c4c240 /test/functional/test_runner.py
parentca02b68e8a7147f80cbe84b0742908b0b0faa04d (diff)
downloadbitcoin-ab5af9ca7293239ffc24ea7e23159b8184543f94.tar.xz
test: Add test for coinselection tracepoints
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 1f0f806d91..7a1d1a9776 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -168,6 +168,7 @@ BASE_SCRIPTS = [
'wallet_reorgsrestore.py',
'interface_http.py',
'interface_rpc.py',
+ 'interface_usdt_coinselection.py',
'interface_usdt_net.py',
'interface_usdt_utxocache.py',
'interface_usdt_validation.py',