aboutsummaryrefslogtreecommitdiff
path: root/util/all_tests.go
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-05-09 22:52:33 -0400
committerAdam Langley <agl@google.com>2015-05-11 21:35:00 +0000
commit0f86965ca0416347ce4f460fb5eeba7408160119 (patch)
tree750f9c3dbefefeec74da1ad9d92e715d8e3eefe9 /util/all_tests.go
parent06b94de820126db70c7a953817308ca2244beaf6 (diff)
downloadboringssl-0f86965ca0416347ce4f460fb5eeba7408160119.zip
boringssl-0f86965ca0416347ce4f460fb5eeba7408160119.tar.gz
boringssl-0f86965ca0416347ce4f460fb5eeba7408160119.tar.bz2
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>
Diffstat (limited to 'util/all_tests.go')
-rw-r--r--util/all_tests.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/all_tests.go b/util/all_tests.go
index 90aa424..87af024 100644
--- a/util/all_tests.go
+++ b/util/all_tests.go
@@ -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"},