1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Document limitation on "mixed" builds

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2023-09-27 10:34:52 +02:00
parent 5c21036d19
commit f7dc6cfef1
2 changed files with 26 additions and 2 deletions

View File

@ -2584,7 +2584,6 @@ component_test_psa_crypto_config_accel_ecc_some_key_types () {
make test
}
# Run tests with only (non-)Weierstrass accelerated
# Common code used in:
# - component_test_psa_crypto_config_accel_ecc_weirstrass_curves
@ -2689,7 +2688,8 @@ common_test_psa_crypto_config_accel_ecc_some_curves () {
# -------------
msg "test suites: full with accelerated EC algs and $DESC curves"
make test
# does not work for PK (and above), see #8255
make test SKIP_TEST_SUITES=pk,pkparse,pkwrite,x509parse,x509write,ssl,debug
}
component_test_psa_crypto_config_accel_ecc_weirstrass_curves () {