diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-19 10:28:58 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-19 10:28:58 -0400 |
commit | d789386371699fee14bb5e444507a6067293ff67 (patch) | |
tree | e852391fb16a530c5ad40757b1f77b94c0c46273 /src/Makefile.test.include | |
parent | dd2819701a1a4481ae06b24924b75d55b9feb115 (diff) |
Add "it works" test for bitcoin-tx
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index b54c9be664..7e25430e3e 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -1,8 +1,15 @@ -TESTS += test/test_bitcoin +TESTS += test/test_bitcoin test/bitcoin-util-test.py bin_PROGRAMS += test/test_bitcoin TEST_SRCDIR = test TEST_BINARY=test/test_bitcoin$(EXEEXT) + +EXTRA_DIST += \ + test/bctest.py \ + test/bitcoin-util-test.py \ + test/data/bitcoin-util-test.json \ + test/data/blanktx.hex + JSON_TEST_FILES = \ test/data/script_valid.json \ test/data/base58_keys_valid.json \ |