aboutsummaryrefslogtreecommitdiff
path: root/test/config.ini.in
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-06-22 11:49:28 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-06-22 13:54:17 +0200
commitfae7c50d201726f605938c3511dd9119efeea5ec (patch)
treeced2a7116399f7777d67288e6b826065ea9d0df1 /test/config.ini.in
parent0c84a0e4841f00d931aa7339e9aa8f26eb2f3a61 (diff)
downloadbitcoin-fae7c50d201726f605938c3511dd9119efeea5ec.tar.xz
test: Run fuzz tests on macOS
Also, fix a few bugs: * Error: RPC command "enumeratesigners" not found in RPC_COMMANDS_SAFE_FOR_FUZZING or RPC_COMMANDS_NOT_SAFE_FOR_FUZZING. Please update test/fuzz/rpc.cpp. * in run_once: ...format(" ".join(result.args), ... TypeError: sequence item 2: expected str instance, PosixPath found
Diffstat (limited to 'test/config.ini.in')
-rw-r--r--test/config.ini.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.ini.in b/test/config.ini.in
index 5888ef443b..0806a6797b 100644
--- a/test/config.ini.in
+++ b/test/config.ini.in
@@ -22,7 +22,7 @@ RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py
@BUILD_BITCOIN_UTIL_TRUE@ENABLE_BITCOIN_UTIL=true
@BUILD_BITCOIN_WALLET_TRUE@ENABLE_WALLET_TOOL=true
@BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true
-@ENABLE_FUZZ_TRUE@ENABLE_FUZZ=true
+@ENABLE_FUZZ_BINARY_TRUE@ENABLE_FUZZ_BINARY=true
@ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true
@ENABLE_EXTERNAL_SIGNER_TRUE@ENABLE_EXTERNAL_SIGNER=true
@ENABLE_SYSCALL_SANDBOX_TRUE@ENABLE_SYSCALL_SANDBOX=true