Rename evp_test to evp_extra_test.

This matches how upstream imported that test. evp_test will be used for
the subset of upstream's evp_test which land in our crypto/evp layer.
(Some of crypto/evp is in crypto/cipher for us, so those tests will be
in a ported cipher_test.)

Change-Id: Ic899442794b66350e73a706bb7c77a6ff3d2564b
Reviewed-on: https://boringssl-review.googlesource.com/4702
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2015-05-09 22:52:33 -04:00 committed by Adam Langley
parent 06b94de820
commit 0f86965ca0
3 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ add_library(
add_executable(
evp_test
evp_extra_test
evp_test.cc
evp_extra_test.cc
)
add_executable(
@ -34,5 +34,5 @@ add_executable(
pbkdf_test.cc
)
target_link_libraries(evp_test crypto)
target_link_libraries(evp_extra_test crypto)
target_link_libraries(pbkdf_test crypto)

View File

@ -74,7 +74,7 @@ var tests = []test{
{"crypto/ec/example_mul"},
{"crypto/ecdsa/ecdsa_test"},
{"crypto/err/err_test"},
{"crypto/evp/evp_test"},
{"crypto/evp/evp_extra_test"},
{"crypto/evp/pbkdf_test"},
{"crypto/hkdf/hkdf_test"},
{"crypto/hmac/hmac_test", "crypto/hmac/hmac_tests.txt"},