aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-05-31 22:01:42 +0200
committerPieter Wuille <[email protected]>2014-06-21 19:47:43 +0200
commit3820e01eb9ad0e502e92ebc44cb4623cf4f3d4c4 (patch)
treeb01eef01dbe01a3a3a9c7b54219eeeb6d4b1c58f /src/Makefile.test.include
parentMove {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible (diff)
downloaddiscoin-3820e01eb9ad0e502e92ebc44cb4623cf4f3d4c4.tar.xz
discoin-3820e01eb9ad0e502e92ebc44cb4623cf4f3d4c4.zip
Extend and move all crypto tests to crypto_tests.cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 7cf441bd6..02fb3ba5f 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -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 \