aboutsummaryrefslogtreecommitdiff
path: root/sources.cmake
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-05-24 00:50:35 -0400
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2017-06-01 17:02:13 +0000
commit6757fbf8e3c63f9cf276e4e6192b712160667936 (patch)
treeedb08d8bf8684e8d1e47865321f1af90c35bad91 /sources.cmake
parentb22e15c33c31d9251f64cb071de464d344d42057 (diff)
downloadboringssl-6757fbf8e3c63f9cf276e4e6192b712160667936.zip
boringssl-6757fbf8e3c63f9cf276e4e6192b712160667936.tar.gz
boringssl-6757fbf8e3c63f9cf276e4e6192b712160667936.tar.bz2
Convert a number of tests to GTest.
BUG=129 Change-Id: Ifcdacb2f5f59fd03b757f88778ceb1e672208fd9 Reviewed-on: https://boringssl-review.googlesource.com/16744 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'sources.cmake')
-rw-r--r--sources.cmake35
1 files changed, 35 insertions, 0 deletions
diff --git a/sources.cmake b/sources.cmake
index 4de0d07..89c64f7 100644
--- a/sources.cmake
+++ b/sources.cmake
@@ -6,6 +6,41 @@
set(
CRYPTO_TEST_DATA
+ crypto/cipher_extra/test/aes_128_cbc_sha1_ssl3_tests.txt
+ crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
+ crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
+ crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
+ crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
+ crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
+ crypto/cipher_extra/test/aes_128_gcm_tests.txt
+ crypto/cipher_extra/test/aes_256_cbc_sha1_ssl3_tests.txt
+ crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
+ crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
+ crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
+ crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
+ crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
+ crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
+ crypto/cipher_extra/test/aes_256_gcm_tests.txt
+ crypto/cipher_extra/test/chacha20_poly1305_tests.txt
+ crypto/cipher_extra/test/cipher_tests.txt
+ crypto/cipher_extra/test/des_ede3_cbc_sha1_ssl3_tests.txt
+ crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
+ crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
+ crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
+ crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
+ crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
+ crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
+ crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
+ crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
+ crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
+ crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
+ crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
+ crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
crypto/curve25519/ed25519_tests.txt
+ crypto/ecdh/ecdh_tests.txt
crypto/fipsmodule/aes/aes_tests.txt
+ crypto/fipsmodule/modes/gcm_tests.txt
+ crypto/fipsmodule/rand/ctrdrbg_vectors.txt
+ crypto/hmac_extra/hmac_tests.txt
+ crypto/poly1305/poly1305_tests.txt
)