diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-10-29 12:28:07 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-29 12:34:16 -0400 |
commit | 586640381a2c379ce3d6366b1b4534ccc4e8ccf2 (patch) | |
tree | 917bced73ce098d0f3762fe3634a428d777f7bcf /test/config.ini.in | |
parent | 42b66a6b814bca130a9ccf0a3f747cf33d628232 (diff) |
Skip --descriptor tests if sqlite is not compiled
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 be1bfe8752..4b4a092a9d 100644 --- a/test/config.ini.in +++ b/test/config.ini.in @@ -16,6 +16,7 @@ RPCAUTH=@abs_top_srcdir@/share/rpcauth/rpcauth.py [components] # 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 @BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true @BUILD_BITCOIN_WALLET_TRUE@ENABLE_WALLET_TOOL=true @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true |