diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-12-28 12:58:14 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-12-28 12:58:20 +0100 |
commit | dce853ef76ef90c46d84294225088d595467d08c (patch) | |
tree | 1e7b58a435eff4344379ef877a83040c0f275ba9 /src | |
parent | 2db4cbcc437f51f5dac82cc4de46f383b92e6f11 (diff) | |
parent | fa558be2c19d3636d303a0c01045f22624dcbc8a (diff) |
Merge #9436: test: Include tx data in EXTRA_DIST
fa558be test: Include tx data in EXTRA_DIST (MarcoFalke)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.test.include | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 7a5bb07b6c..c1971213a4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -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 \ @@ -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 |