diff options
| author | Jeff Garzik <[email protected]> | 2014-08-19 12:11:50 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-19 12:11:50 -0400 |
| commit | fb11427e54a787c26b48ebe192868d3aec16f80c (patch) | |
| tree | 15bee02d3211d2043b2f5b390ee19745b79bbc6a /src/Makefile.test.include | |
| parent | Merge pull request #4670 (diff) | |
| parent | bitcoin-tx: Accept input via stdin. Add input handling to tests. (diff) | |
| download | discoin-fb11427e54a787c26b48ebe192868d3aec16f80c.tar.xz discoin-fb11427e54a787c26b48ebe192868d3aec16f80c.zip | |
Merge pull request #4624
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 \ |