Merge #12092: [qt] Replaces numbered place marker %2 with %1.
[bitcoinplatinum.git] / test / config.ini.in
blob35ee092be4fc134b0892e7d72fb35b6004aee8f6
1 # Copyright (c) 2013-2016 The Bitcoin Core developers
2 # Distributed under the MIT software license, see the accompanying
3 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 # These environment variables are set by the build process and read by
6 # test/functional/test_runner.py and test/util/bitcoin-util-test.py
8 [environment]
9 SRCDIR=@abs_top_srcdir@
10 BUILDDIR=@abs_top_builddir@
11 EXEEXT=@EXEEXT@
13 [components]
14 # Which components are enabled. These are commented out by `configure` if they were disabled when running config.
15 @ENABLE_WALLET_TRUE@ENABLE_WALLET=true
16 @BUILD_BITCOIN_UTILS_TRUE@ENABLE_UTILS=true
17 @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true
18 @ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true