aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-12-31 08:57:55 -0500
committerJeff Garzik <[email protected]>2014-12-31 08:57:55 -0500
commit39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6 (patch)
tree88248508e96ac6974b5f0f4ebaa9daa2271d2aec /src/Makefile.test.include
parentMerge #5578 from (diff)
parentbitcoin-tx: Add test case for signing a tx (diff)
downloaddiscoin-39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6.tar.xz
discoin-39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6.zip
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.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c6bd0cf9c..5f388e280 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 \