Extend and move all crypto tests to crypto_tests.cpp

This commit is contained in:
Pieter Wuille
2014-05-31 22:01:42 +02:00
committed by Pieter Wuille
parent 7ecd9739d9
commit 3820e01eb9
4 changed files with 203 additions and 186 deletions

View File

@@ -31,6 +31,7 @@ BITCOIN_TESTS =\
test/checkblock_tests.cpp \
test/Checkpoints_tests.cpp \
test/compress_tests.cpp \
test/crypto_tests.cpp \
test/DoS_tests.cpp \
test/getarg_tests.cpp \
test/hash_tests.cpp \
@@ -45,8 +46,6 @@ BITCOIN_TESTS =\
test/script_P2SH_tests.cpp \
test/script_tests.cpp \
test/serialize_tests.cpp \
test/sha1_tests.cpp \
test/sha2_tests.cpp \
test/sigopcount_tests.cpp \
test/test_bitcoin.cpp \
test/transaction_tests.cpp \