BTCP-Rebase/src/test/bitcoin-util-test.py

14 lines
347 B
Python
Raw Normal View History

2014-08-19 07:28:58 -07:00
#!/usr/bin/python
# Copyright 2014 BitPay, Inc.
2014-12-12 20:09:33 -08:00
# Distributed under the MIT software license, see the accompanying
2014-08-19 07:28:58 -07:00
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
import os
import bctest
import buildenv
2014-08-19 07:28:58 -07:00
if __name__ == '__main__':
bctest.bctester(os.environ["srcdir"] + "/test/data",
"bitcoin-util-test.json",buildenv)
2014-08-19 07:28:58 -07:00