aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-09-14 19:27:22 -0400
committerJeff Garzik <[email protected]>2014-09-14 19:27:22 -0400
commita0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c (patch)
treeb80a2a7c31b8f6e1dd0ff6efbdadb1c8bd29ce53 /src/Makefile.test.include
parentMerge pull request #4881 (diff)
parentbitcoin-util-test: Test bitcoin-tx with null scriptPubKey (diff)
downloaddiscoin-a0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c.tar.xz
discoin-a0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c.zip
Merge pull request #4909
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 b4360831b..ab449f3e7 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -13,7 +13,8 @@ EXTRA_DIST += \
test/data/tt-delout1-out.hex \
test/data/tt-locktime317000-out.hex \
test/data/tx394b54bb.hex \
- test/data/txcreate1.hex
+ test/data/txcreate1.hex \
+ test/data/txcreate2.hex
JSON_TEST_FILES = \
test/data/script_valid.json \