test: added unit tests for CScript.IsPayToPublicKeyHash

This commit is contained in:
Braydon Fuller
2016-03-08 14:47:12 -05:00
parent 9babc7ff9f
commit 73b2d0851b
2 changed files with 60 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ BITCOIN_TESTS =\
test/sanity_tests.cpp \
test/scheduler_tests.cpp \
test/script_P2SH_tests.cpp \
test/script_P2PKH_tests.cpp \
test/script_tests.cpp \
test/scriptnum_tests.cpp \
test/serialize_tests.cpp \