diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-12-31 08:57:55 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-12-31 08:57:55 -0500 |
commit | 39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6 (patch) | |
tree | 88248508e96ac6974b5f0f4ebaa9daa2271d2aec /src/Makefile.test.include | |
parent | 664999eb8749b3632ba96166320ed38d7d139ec4 (diff) | |
parent | 2c14d1532fe66a243cdbfb7de48b298213305765 (diff) |
Merge #5528 from
branch 'bitcoin-tx-copy-paste' of git://github.com/ers35/bitcoin into merge-5528
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c6bd0cf9c6..5f388e2806 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -14,7 +14,8 @@ EXTRA_DIST += \ test/data/tt-locktime317000-out.hex \ test/data/tx394b54bb.hex \ test/data/txcreate1.hex \ - test/data/txcreate2.hex + test/data/txcreate2.hex \ + test/data/txcreatesign.hex JSON_TEST_FILES = \ test/data/script_valid.json \ |