Add "it works" test for bitcoin-tx

This commit is contained in:
Jeff Garzik
2014-08-19 10:28:58 -04:00
parent dd2819701a
commit d789386371
6 changed files with 62 additions and 1 deletions

12
src/test/bitcoin-util-test.py Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/python
# Copyright 2014 BitPay, Inc.
# Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
import os
import bctest
if __name__ == '__main__':
bctest.bctester(os.environ["srcdir"] + "/test/data",
"bitcoin-util-test.json")