aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-08-19 23:15:58 -0400
committerJeff Garzik <jgarzik@bitpay.com>2014-08-19 23:15:58 -0400
commitdf4d61e681df49d121c308b30dcba556aa544d7e (patch)
tree06b53fea171b2d0545f80bd6817b1bba5d9d6b4f /src/Makefile.test.include
parent335e3a5c95165ed778e84757657da65b1358bdff (diff)
downloadbitcoin-df4d61e681df49d121c308b30dcba556aa544d7e.tar.xz
Add bitcoin-tx tests
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 7e25430e3e..0ddc66fa00 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -8,7 +8,12 @@ EXTRA_DIST += \
test/bctest.py \
test/bitcoin-util-test.py \
test/data/bitcoin-util-test.json \
- test/data/blanktx.hex
+ test/data/blanktx.hex \
+ test/data/tt-delin1-out.hex \
+ test/data/tt-delout1-out.hex \
+ test/data/tt-locktime317000-out.hex \
+ test/data/tx394b54bb.hex \
+ test/data/txcreate1.hex
JSON_TEST_FILES = \
test/data/script_valid.json \