Dash Core  0.12.2.1
P2P Digital Currency
tests_config.py
Go to the documentation of this file.
1 #!/usr/bin/env python2
2 # Copyright (c) 2013-2014 The Bitcoin Core developers
3 # Distributed under the MIT software license, see the accompanying
4 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
6 BUILDDIR="/home/phez/code/dash"
7 EXEEXT=""
8 
9 # These will turn into comments if they were disabled when configuring.
10 ENABLE_WALLET=1
11 ENABLE_UTILS=1
12 ENABLE_BITCOIND=1
13 ENABLE_ZMQ=1
14 
15