From df4d61e681df49d121c308b30dcba556aa544d7e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 19 Aug 2014 23:15:58 -0400 Subject: Add bitcoin-tx tests Testing: delin, delout, locktime, and basic createrawtransaction-like functionality. --- src/Makefile.test.include | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Makefile.test.include') 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 \ -- cgit v1.2.3