test: Pass bench exe into test framework utils

This teaches the test framework about the bench executable, which is
required for the next commit.
This commit is contained in:
MarcoFalke
2025-10-21 10:58:37 +02:00
parent 315fdb4066
commit fa9fdbce79
5 changed files with 17 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ jobs:
BITCOIN_BIN: '${{ github.workspace }}\build\bin\Release\bitcoin.exe'
BITCOIND: '${{ github.workspace }}\build\bin\Release\bitcoind.exe'
BITCOINCLI: '${{ github.workspace }}\build\bin\Release\bitcoin-cli.exe'
BITCOIN_BENCH: '${{ github.workspace }}\build\bin\Release\bench_bitcoin.exe'
BITCOINTX: '${{ github.workspace }}\build\bin\Release\bitcoin-tx.exe'
BITCOINUTIL: '${{ github.workspace }}\build\bin\Release\bitcoin-util.exe'
BITCOINWALLET: '${{ github.workspace }}\build\bin\Release\bitcoin-wallet.exe'