Skip to content

Commit dce853e

Browse files
author
MarcoFalke
committed
Merge #9436: test: Include tx data in EXTRA_DIST
fa558be test: Include tx data in EXTRA_DIST (MarcoFalke)
2 parents 2db4cbc + fa558be commit dce853e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Makefile.test.include

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ EXTRA_DIST += \
1313
test/bctest.py \
1414
test/bitcoin-util-test.py \
1515
test/data/bitcoin-util-test.json \
16+
test/data/blanktxv1.json \
17+
test/data/blanktxv2.json \
18+
test/data/tt-delin1-out.json \
19+
test/data/tt-delout1-out.json \
20+
test/data/tt-locktime317000-out.json \
21+
test/data/txcreate1.json \
22+
test/data/txcreate2.json \
23+
test/data/txcreatedata1.json \
24+
test/data/txcreatedata2.json \
25+
test/data/txcreatedata_seq0.json \
26+
test/data/txcreatedata_seq1.json \
27+
test/data/txcreatesignv1.json \
28+
test/data/blanktxv1.hex \
29+
test/data/blanktxv2.hex \
1630
test/data/tt-delin1-out.hex \
1731
test/data/tt-delout1-out.hex \
1832
test/data/tt-locktime317000-out.hex \
@@ -22,6 +36,7 @@ EXTRA_DIST += \
2236
test/data/txcreatedata1.hex \
2337
test/data/txcreatedata2.hex \
2438
test/data/txcreatesignv1.hex \
39+
test/data/txcreatesignv2.hex \
2540
test/data/txcreatedata_seq0.hex \
2641
test/data/txcreatedata_seq1.hex
2742

0 commit comments

Comments
 (0)