aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-06-07 19:57:54 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-06-07 21:07:47 +0200
commit86efa30ae3fd36aa77b19ff0f70bb89be9ec308e (patch)
treef0096ee67e15d45b3b22b535a8b006948864c95f /src/Makefile.test.include
parent79004d4ae67164d980fdaab4de9d9d467cdb9b88 (diff)
downloadbitcoin-86efa30ae3fd36aa77b19ff0f70bb89be9ec308e.tar.xz
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 77cf1001e1..2d7791232d 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -17,7 +17,9 @@ EXTRA_DIST += \
test/data/txcreate2.hex \
test/data/txcreatedata1.hex \
test/data/txcreatedata2.hex \
- test/data/txcreatesign.hex
+ test/data/txcreatesign.hex \
+ test/data/txcreatedata_seq0.hex \
+ test/data/txcreatedata_seq1.hex
JSON_TEST_FILES = \
test/data/script_tests.json \