diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-22 10:35:39 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-22 10:35:39 -0400 |
commit | fac54dcb71d1779ac71d5d760cc2bd3bbdb333ca (patch) | |
tree | 72618a66f030bf247e8f98db72fb31cbfd45af31 /src/Makefile.test.include | |
parent | 0b00bd37926cd09ededfd3b1cabfa5f7ede1e31b (diff) | |
parent | df4d61e681df49d121c308b30dcba556aa544d7e (diff) |
Merge pull request #4733
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index bf6534cf39..cc407f679f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -8,7 +8,12 @@ EXTRA_DIST += \ test/bctest.py \ test/bitcoin-util-test.py \ test/data/bitcoin-util-test.json \ - test/data/blanktx.hex + test/data/blanktx.hex \ + test/data/tt-delin1-out.hex \ + test/data/tt-delout1-out.hex \ + test/data/tt-locktime317000-out.hex \ + test/data/tx394b54bb.hex \ + test/data/txcreate1.hex JSON_TEST_FILES = \ test/data/script_valid.json \ |