aboutsummaryrefslogtreecommitdiff
path: root/build.json
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2024-05-29 15:28:01 +0000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-05-29 16:03:16 +0000
commit5326e94dd188beba0a5e536b1d2723aee65bd85d (patch)
tree55f67b3ea1ea279f6ce939aebeb40c34f4aa8680 /build.json
parente09fcf8302f75dc50afcfe40f0d59a92b40a3c2e (diff)
downloadboringssl-5326e94dd188beba0a5e536b1d2723aee65bd85d.zip
boringssl-5326e94dd188beba0a5e536b1d2723aee65bd85d.tar.gz
boringssl-5326e94dd188beba0a5e536b1d2723aee65bd85d.tar.bz2
Also extract the test data files from bcm
Put them in the same places as the tests moved to. Bug: 772 Change-Id: Id89de2e7418edcf3349e33ec1880ae8d2285312d Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68827 Commit-Queue: Bob Beck <bbe@google.com> Auto-Submit: Bob Beck <bbe@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'build.json')
-rw-r--r--build.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/build.json b/build.json
index c6d3bf6..6bd2216 100644
--- a/build.json
+++ b/build.json
@@ -857,26 +857,26 @@
],
"data": [
"crypto/blake2/blake2b256_tests.txt",
+ "crypto/cipher_extra/aes_tests.txt",
+ "crypto/cipher_extra/cavp_3des_cmac_tests.txt",
+ "crypto/cipher_extra/cavp_aes128_cmac_tests.txt",
+ "crypto/cipher_extra/cavp_aes192_cmac_tests.txt",
+ "crypto/cipher_extra/cavp_aes256_cmac_tests.txt",
"crypto/cipher_extra/test/*.txt",
"crypto/cipher_extra/test/nist_cavp/*.txt",
"crypto/curve25519/ed25519_tests.txt",
"crypto/dilithium/dilithium_tests.txt",
"crypto/dilithium/edge_cases_draft_dilithium3_sign.txt",
"crypto/dilithium/edge_cases_draft_dilithium3_verify.txt",
+ "crypto/ec_extra/ec_scalar_base_mult_tests.txt",
"crypto/ec_extra/p256-nistz_tests.txt",
+ "crypto/ecdsa_extra/ecdsa_sign_tests.txt",
+ "crypto/ecdsa_extra/ecdsa_verify_tests.txt",
"crypto/ecdh_extra/ecdh_tests.txt",
"crypto/evp/evp_tests.txt",
"crypto/evp/scrypt_tests.txt",
- "crypto/fipsmodule/aes/aes_tests.txt",
- "crypto/fipsmodule/bn/test/*.txt",
- "crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt",
- "crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt",
- "crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt",
- "crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt",
- "crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt",
- "crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt",
- "crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt",
- "crypto/fipsmodule/modes/gcm_tests.txt",
+ "crypto/bn_extra/test/*.txt",
+ "crypto/cipher_extra/gcm_tests.txt",
"crypto/hmac_extra/hmac_tests.txt",
"crypto/hpke/hpke_test_vectors.txt",
"crypto/keccak/keccak_tests.txt",