mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
3856ce485e
fcc443b636 QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core (Luke Dashjr) Pull request description: ACKs for commit fcc443: practicalswift: utACK fcc443b6367b44d5fdc04db36ec4a286d5b59162 Tree-SHA512: f87cfea3cb2ac716a5c9a507141dcba18cb0e3cbe17a4114ed11fa283c3d38551cc245ef68f8816c51538d492991e71019d20a9ca4acd22af4f99e631c04d33e
22 lines
809 B
INI
22 lines
809 B
INI
# Copyright (c) 2013-2016 The Bitcoin Core developers
|
|
# Distributed under the MIT software license, see the accompanying
|
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
# These environment variables are set by the build process and read by
|
|
# test/functional/test_runner.py and test/util/bitcoin-util-test.py
|
|
|
|
[environment]
|
|
PACKAGE_NAME=@PACKAGE_NAME@
|
|
SRCDIR=@abs_top_srcdir@
|
|
BUILDDIR=@abs_top_builddir@
|
|
EXEEXT=@EXEEXT@
|
|
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
|
|
@BUILD_BITCOIN_CLI_TRUE@ENABLE_CLI=true
|
|
@BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true
|
|
@ENABLE_FUZZ_TRUE@ENABLE_FUZZ=true
|
|
@ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true
|