diff options
| author | Jeff Garzik <[email protected]> | 2014-08-19 10:28:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-19 10:28:58 -0400 |
| commit | d789386371699fee14bb5e444507a6067293ff67 (patch) | |
| tree | e852391fb16a530c5ad40757b1f77b94c0c46273 /src/Makefile.test.include | |
| parent | Merge pull request #4670 (diff) | |
| download | discoin-d789386371699fee14bb5e444507a6067293ff67.tar.xz discoin-d789386371699fee14bb5e444507a6067293ff67.zip | |
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 b54c9be66..7e25430e3 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 \ |