Skip to content

Commit 02e5308

Browse files
author
MarcoFalke
committed
Merge #9525: test: Include tx data in EXTRA_DIST
fa29736 test: Include tx data in EXTRA_DIST (MarcoFalke)
2 parents 7cb024e + fa29736 commit 02e5308

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

src/Makefile.test.include

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,54 @@ EXTRA_DIST += \
1313
test/bctest.py \
1414
test/bitcoin-util-test.py \
1515
test/data/bitcoin-util-test.json \
16+
test/data/blanktxv1.hex \
1617
test/data/blanktxv1.json \
18+
test/data/blanktxv2.hex \
1719
test/data/blanktxv2.json \
20+
test/data/tt-delin1-out.hex \
1821
test/data/tt-delin1-out.json \
22+
test/data/tt-delout1-out.hex \
1923
test/data/tt-delout1-out.json \
24+
test/data/tt-locktime317000-out.hex \
2025
test/data/tt-locktime317000-out.json \
26+
test/data/tx394b54bb.hex \
27+
test/data/txcreate1.hex \
2128
test/data/txcreate1.json \
29+
test/data/txcreate2.hex \
2230
test/data/txcreate2.json \
31+
test/data/txcreatedata1.hex \
2332
test/data/txcreatedata1.json \
33+
test/data/txcreatedata2.hex \
2434
test/data/txcreatedata2.json \
35+
test/data/txcreatedata_seq0.hex \
2536
test/data/txcreatedata_seq0.json \
37+
test/data/txcreatedata_seq1.hex \
2638
test/data/txcreatedata_seq1.json \
27-
test/data/txcreatesignv1.json \
28-
test/data/blanktxv1.hex \
29-
test/data/blanktxv2.hex \
30-
test/data/tt-delin1-out.hex \
31-
test/data/tt-delout1-out.hex \
32-
test/data/tt-locktime317000-out.hex \
33-
test/data/tx394b54bb.hex \
34-
test/data/txcreate1.hex \
35-
test/data/txcreate2.hex \
36-
test/data/txcreatedata1.hex \
37-
test/data/txcreatedata2.hex \
39+
test/data/txcreatemultisig1.hex \
40+
test/data/txcreatemultisig1.json \
41+
test/data/txcreatemultisig2.hex \
42+
test/data/txcreatemultisig2.json \
43+
test/data/txcreatemultisig3.hex \
44+
test/data/txcreatemultisig3.json \
45+
test/data/txcreatemultisig4.hex \
46+
test/data/txcreatemultisig4.json \
47+
test/data/txcreateoutpubkey1.hex \
48+
test/data/txcreateoutpubkey1.json \
49+
test/data/txcreateoutpubkey2.hex \
50+
test/data/txcreateoutpubkey2.json \
51+
test/data/txcreateoutpubkey3.hex \
52+
test/data/txcreateoutpubkey3.json \
53+
test/data/txcreatescript1.hex \
54+
test/data/txcreatescript1.json \
55+
test/data/txcreatescript2.hex \
56+
test/data/txcreatescript2.json \
57+
test/data/txcreatescript3.hex \
58+
test/data/txcreatescript3.json \
59+
test/data/txcreatescript4.hex \
60+
test/data/txcreatescript4.json \
3861
test/data/txcreatesignv1.hex \
39-
test/data/txcreatesignv2.hex \
40-
test/data/txcreatedata_seq0.hex \
41-
test/data/txcreatedata_seq1.hex
62+
test/data/txcreatesignv1.json \
63+
test/data/txcreatesignv2.hex
4264

4365
JSON_TEST_FILES = \
4466
test/data/script_tests.json \

0 commit comments

Comments
 (0)