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
9 SRCDIR=@abs_top_srcdir@
10 BUILDDIR=@abs_top_builddir@
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