diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-09-14 06:01:51 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2014-09-14 06:28:22 +0000 |
commit | a65e320747133723f02c1947a4cc257214325b0b (patch) | |
tree | 983cec51516b32c769574192ddf76e91a5b6bca4 /src/Makefile.test.include | |
parent | 15ef1b905b3b468a024b8d5b20c94d80d3c4296a (diff) |
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
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 b4360831bb..ab449f3e71 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 \ |