diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-11-23 11:23:31 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-11-23 11:30:55 +0100 |
commit | b87caf10b57fbab148949727f4004805be2bbc1d (patch) | |
tree | 7c79f84e71173a3859e0599262d6e405881b3952 /test/config.ini.in | |
parent | 86bf3ae3b57eea4361452d19e3e62c8847d23714 (diff) |
test: add is_bdb_compiled helper
Diffstat (limited to 'test/config.ini.in')
-rw-r--r-- | test/config.ini.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/config.ini.in b/test/config.ini.in index 4b4a092a9d..77c9a720c3 100644 --- a/test/config.ini.in +++ b/test/config.ini.in @@ -17,6 +17,7 @@ RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py # Which components are enabled. These are commented out by `configure` if they were disabled when running config. @ENABLE_WALLET_TRUE@ENABLE_WALLET=true @USE_SQLITE_TRUE@USE_SQLITE=true +@USE_BDB_TRUE@USE_BDB=true @BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true @BUILD_BITCOIN_WALLET_TRUE@ENABLE_WALLET_TOOL=true @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true |