Skip to content

Commit

Permalink
Merge bitcoin#9436: test: Include tx data in EXTRA_DIST
Browse files Browse the repository at this point in the history
fa558be test: Include tx data in EXTRA_DIST (MarcoFalke)
  • Loading branch information
MarcoFalke committed Dec 28, 2016
2 parents 2db4cbc + fa558be commit dce853e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ EXTRA_DIST += \
test/bctest.py \
test/bitcoin-util-test.py \
test/data/bitcoin-util-test.json \
test/data/blanktxv1.json \
test/data/blanktxv2.json \
test/data/tt-delin1-out.json \
test/data/tt-delout1-out.json \
test/data/tt-locktime317000-out.json \
test/data/txcreate1.json \
test/data/txcreate2.json \
test/data/txcreatedata1.json \
test/data/txcreatedata2.json \
test/data/txcreatedata_seq0.json \
test/data/txcreatedata_seq1.json \
test/data/txcreatesignv1.json \
test/data/blanktxv1.hex \
test/data/blanktxv2.hex \
test/data/tt-delin1-out.hex \
test/data/tt-delout1-out.hex \
test/data/tt-locktime317000-out.hex \
Expand All @@ -22,6 +36,7 @@ EXTRA_DIST += \
test/data/txcreatedata1.hex \
test/data/txcreatedata2.hex \
test/data/txcreatesignv1.hex \
test/data/txcreatesignv2.hex \
test/data/txcreatedata_seq0.hex \
test/data/txcreatedata_seq1.hex

Expand Down

0 comments on commit dce853e

Please sign in to comment.