diff options
author | Eric R. Schulz <ersmail@gmail.com> | 2014-12-24 01:35:40 +0000 |
---|---|---|
committer | Eric R. Schulz <ersmail@gmail.com> | 2014-12-24 01:56:28 +0000 |
commit | 2c14d1532fe66a243cdbfb7de48b298213305765 (patch) | |
tree | 3b0202e3ac8aa72770963232037813c94b945a39 /src/Makefile.test.include | |
parent | a089c50981e822014ffc18e8a37b3518feb52206 (diff) |
bitcoin-tx: Add test case for signing a tx
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 9e9f478d8f..b9d15f4df3 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -14,7 +14,8 @@ EXTRA_DIST += \ test/data/tt-locktime317000-out.hex \ test/data/tx394b54bb.hex \ test/data/txcreate1.hex \ - test/data/txcreate2.hex + test/data/txcreate2.hex \ + test/data/txcreatesign.hex JSON_TEST_FILES = \ test/data/script_valid.json \ |