aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2016-06-05 11:01:20 -0700
committerDavid Benjamin <davidben@google.com>2016-06-06 15:57:46 +0000
commitadf27430efa4062ad4585d9cf788c9ab7a164e44 (patch)
treeeeb4a2c67c659f16d6b27102ea60be5af8986398 /util
parentbbc7859817e9e6d1fee989d7ded5d5836d7efded (diff)
downloadboringssl-adf27430efa4062ad4585d9cf788c9ab7a164e44.zip
boringssl-adf27430efa4062ad4585d9cf788c9ab7a164e44.tar.gz
boringssl-adf27430efa4062ad4585d9cf788c9ab7a164e44.tar.bz2
Be consistent about 𝑥_tests.txt
Some files were named 𝑥_test.txt and some 𝑥_tests.txt. This change unifies around the latter. Change-Id: Id6f29bad8b998f3c3466655097ef593f7f18f82f Reviewed-on: https://boringssl-review.googlesource.com/8150 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/all_tests.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/all_tests.json b/util/all_tests.json
index bfbeebf..48b540e 100644
--- a/util/all_tests.json
+++ b/util/all_tests.json
@@ -30,7 +30,7 @@
["crypto/cipher/aead_test", "des-ede3-cbc-sha1-ssl3", "crypto/cipher/test/des_ede3_cbc_sha1_ssl3_tests.txt"],
["crypto/cipher/aead_test", "aes-128-ctr-hmac-sha256", "crypto/cipher/test/aes_128_ctr_hmac_sha256.txt"],
["crypto/cipher/aead_test", "aes-256-ctr-hmac-sha256", "crypto/cipher/test/aes_256_ctr_hmac_sha256.txt"],
- ["crypto/cipher/cipher_test", "crypto/cipher/test/cipher_test.txt"],
+ ["crypto/cipher/cipher_test", "crypto/cipher/test/cipher_tests.txt"],
["crypto/cmac/cmac_test"],
["crypto/constant_time_test"],
["crypto/curve25519/ed25519_test", "crypto/curve25519/ed25519_tests.txt"],
@@ -52,11 +52,11 @@
["crypto/modes/gcm_test"],
["crypto/newhope/newhope_test"],
["crypto/newhope/newhope_statistical_test"],
- ["crypto/newhope/newhope_vectors_test", "crypto/newhope/newhope_test.txt"],
+ ["crypto/newhope/newhope_vectors_test", "crypto/newhope/newhope_tests.txt"],
["crypto/obj/obj_test"],
["crypto/pkcs8/pkcs12_test"],
["crypto/pkcs8/pkcs8_test"],
- ["crypto/poly1305/poly1305_test", "crypto/poly1305/poly1305_test.txt"],
+ ["crypto/poly1305/poly1305_test", "crypto/poly1305/poly1305_tests.txt"],
["crypto/refcount_test"],
["crypto/rsa/rsa_test"],
["crypto/thread_test"],