diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-04-05 16:11:47 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-04-05 16:11:47 +0200 |
commit | dde46d3ae1de18700e089bc1861cf1e18649dc5d (patch) | |
tree | e7d537d51b9b33b28c531e42df68adbafe2b2550 /src/Makefile.test.include | |
parent | 009b503792737ab03aeb6e15060bc4f499500a96 (diff) |
Merge script_valid and script_invalid tests
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index d806fb219e..f025b18c7e 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -20,11 +20,10 @@ EXTRA_DIST += \ test/data/txcreatesign.hex JSON_TEST_FILES = \ - test/data/script_valid.json \ + test/data/script_tests.json \ test/data/base58_keys_valid.json \ test/data/base58_encode_decode.json \ test/data/base58_keys_invalid.json \ - test/data/script_invalid.json \ test/data/tx_invalid.json \ test/data/tx_valid.json \ test/data/sighash.json |