mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
continued 13312
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
f77b58e89f
commit
8a86c23e96
@ -81,8 +81,8 @@ BITCOIN_TESTS =\
|
||||
test/sanity_tests.cpp \
|
||||
test/scheduler_tests.cpp \
|
||||
test/script_p2sh_tests.cpp \
|
||||
test/script_P2PK_tests.cpp \
|
||||
test/script_P2PKH_tests.cpp \
|
||||
test/script_p2pk_tests.cpp \
|
||||
test/script_p2pkh_tests.cpp \
|
||||
test/script_tests.cpp \
|
||||
test/script_standard_tests.cpp \
|
||||
test/scriptnum_tests.cpp \
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(script_P2PK_tests, BasicTestingSetup)
|
||||
BOOST_FIXTURE_TEST_SUITE(script_p2pk_tests, BasicTestingSetup)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(IsPayToPublicKey)
|
||||
{
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(script_P2PKH_tests, BasicTestingSetup)
|
||||
BOOST_FIXTURE_TEST_SUITE(script_p2pkh_tests, BasicTestingSetup)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(IsPayToPublicKeyHash)
|
||||
{
|
Loading…
Reference in New Issue
Block a user