|
3 | 3 | #
|
4 | 4 | # TODO(davidben): Move the other source lists into this file.
|
5 | 5 |
|
| 6 | +set( |
| 7 | + CRYPTO_TEST_SOURCES |
| 8 | + |
| 9 | + crypto/abi_self_test.cc |
| 10 | + crypto/asn1/asn1_test.cc |
| 11 | + crypto/base64/base64_test.cc |
| 12 | + crypto/bio/bio_test.cc |
| 13 | + crypto/blake2/blake2_test.cc |
| 14 | + crypto/buf/buf_test.cc |
| 15 | + crypto/bytestring/bytestring_test.cc |
| 16 | + crypto/chacha/chacha_test.cc |
| 17 | + crypto/cipher_extra/aead_test.cc |
| 18 | + crypto/cipher_extra/cipher_test.cc |
| 19 | + crypto/compiler_test.cc |
| 20 | + crypto/conf/conf_test.cc |
| 21 | + crypto/constant_time_test.cc |
| 22 | + crypto/cpu_arm_linux_test.cc |
| 23 | + crypto/crypto_test.cc |
| 24 | + crypto/curve25519/ed25519_test.cc |
| 25 | + crypto/curve25519/spake25519_test.cc |
| 26 | + crypto/curve25519/x25519_test.cc |
| 27 | + crypto/ecdh_extra/ecdh_test.cc |
| 28 | + crypto/dh_extra/dh_test.cc |
| 29 | + crypto/digest_extra/digest_test.cc |
| 30 | + crypto/dsa/dsa_test.cc |
| 31 | + crypto/err/err_test.cc |
| 32 | + crypto/evp/evp_extra_test.cc |
| 33 | + crypto/evp/evp_test.cc |
| 34 | + crypto/evp/pbkdf_test.cc |
| 35 | + crypto/evp/scrypt_test.cc |
| 36 | + crypto/fipsmodule/aes/aes_test.cc |
| 37 | + crypto/fipsmodule/bn/bn_test.cc |
| 38 | + crypto/fipsmodule/cmac/cmac_test.cc |
| 39 | + crypto/fipsmodule/ec/ec_test.cc |
| 40 | + crypto/fipsmodule/ec/p256-nistz_test.cc |
| 41 | + crypto/fipsmodule/ecdsa/ecdsa_test.cc |
| 42 | + crypto/fipsmodule/hkdf/hkdf_test.cc |
| 43 | + crypto/fipsmodule/md5/md5_test.cc |
| 44 | + crypto/fipsmodule/modes/gcm_test.cc |
| 45 | + crypto/fipsmodule/rand/ctrdrbg_test.cc |
| 46 | + crypto/fipsmodule/rand/fork_detect_test.cc |
| 47 | + crypto/fipsmodule/service_indicator/service_indicator_test.cc |
| 48 | + crypto/fipsmodule/sha/sha_test.cc |
| 49 | + crypto/hpke/hpke_test.cc |
| 50 | + crypto/hmac_extra/hmac_test.cc |
| 51 | + crypto/hrss/hrss_test.cc |
| 52 | + crypto/impl_dispatch_test.cc |
| 53 | + crypto/kyber/kyber_test.cc |
| 54 | + crypto/lhash/lhash_test.cc |
| 55 | + crypto/obj/obj_test.cc |
| 56 | + crypto/pem/pem_test.cc |
| 57 | + crypto/pkcs7/pkcs7_test.cc |
| 58 | + crypto/pkcs8/pkcs8_test.cc |
| 59 | + crypto/pkcs8/pkcs12_test.cc |
| 60 | + crypto/poly1305/poly1305_test.cc |
| 61 | + crypto/pool/pool_test.cc |
| 62 | + crypto/rand_extra/rand_test.cc |
| 63 | + crypto/refcount_test.cc |
| 64 | + crypto/rsa_extra/rsa_test.cc |
| 65 | + crypto/self_test.cc |
| 66 | + crypto/stack/stack_test.cc |
| 67 | + crypto/siphash/siphash_test.cc |
| 68 | + crypto/thread_test.cc |
| 69 | + crypto/trust_token/trust_token_test.cc |
| 70 | + crypto/x509/x509_test.cc |
| 71 | + crypto/x509/x509_time_test.cc |
| 72 | + crypto/x509v3/tab_test.cc |
| 73 | +) |
| 74 | + |
6 | 75 | set(
|
7 | 76 | CRYPTO_TEST_DATA
|
8 | 77 |
|
@@ -239,6 +308,31 @@ set(
|
239 | 308 | third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
|
240 | 309 | )
|
241 | 310 |
|
| 311 | +set( |
| 312 | + URANDOM_TEST_SOURCES |
| 313 | + |
| 314 | + crypto/fipsmodule/rand/urandom_test.cc |
| 315 | +) |
| 316 | + |
| 317 | +set( |
| 318 | + SSL_TEST_SOURCES |
| 319 | + |
| 320 | + ssl/span_test.cc |
| 321 | + ssl/ssl_test.cc |
| 322 | + ssl/ssl_c_test.c |
| 323 | +) |
| 324 | + |
| 325 | +set( |
| 326 | + DECREPIT_TEST_SOURCES |
| 327 | + |
| 328 | + decrepit/blowfish/blowfish_test.cc |
| 329 | + decrepit/cast/cast_test.cc |
| 330 | + decrepit/cfb/cfb_test.cc |
| 331 | + decrepit/evp/evp_test.cc |
| 332 | + decrepit/ripemd/ripemd_test.cc |
| 333 | + decrepit/xts/xts_test.cc |
| 334 | +) |
| 335 | + |
242 | 336 | set(
|
243 | 337 | PKI_SOURCES
|
244 | 338 |
|
|
0 commit comments