diff options
| author | Jeff Garzik <[email protected]> | 2014-09-14 19:27:22 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-09-14 19:27:22 -0400 |
| commit | a0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c (patch) | |
| tree | b80a2a7c31b8f6e1dd0ff6efbdadb1c8bd29ce53 /src/Makefile.test.include | |
| parent | Merge pull request #4881 (diff) | |
| parent | bitcoin-util-test: Test bitcoin-tx with null scriptPubKey (diff) | |
| download | discoin-a0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c.tar.xz discoin-a0a8700bc84cf10d99d9d3699e7b0fdfc323cf1c.zip | |
Merge pull request #4909
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 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 \ |