Skip to content

Commit

Permalink
Back ported script_standard_tests.cpp from upstream.
Browse files Browse the repository at this point in the history
Removing the segwit scripts validation that we don't currently support.
  • Loading branch information
furszy committed Feb 15, 2021
1 parent 94ddf86 commit 6092b56
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ BITCOIN_TESTS =\
test/scheduler_tests.cpp \
test/script_P2SH_tests.cpp \
test/script_tests.cpp \
test/script_standard_tests.cpp \
test/scriptnum_tests.cpp \
test/serialize_tests.cpp \
test/sighash_tests.cpp \
Expand Down
1 change: 1 addition & 0 deletions src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ set(BITCOIN_TESTS
${CMAKE_CURRENT_SOURCE_DIR}/scheduler_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/script_P2SH_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/script_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/script_standard_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/scriptnum_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/script_P2CS_tests.cpp
${CMAKE_CURRENT_SOURCE_DIR}/serialize_tests.cpp
Expand Down
Loading

0 comments on commit 6092b56

Please sign in to comment.