mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
test-data: Adjusted check-feature test to seek MBEDTLS_TIMING_C
.
Features are generated by scripts/generate_features.pl which will reside in the MbedTLS repository, while MBEDTLS_AES_C now resides in tf-psa-crypto. Picking `MBEDTLS_TIMING_C` feature ensures the original test's requirements are satisfied. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
981d7d67e1
commit
4f7f132536
@ -7,9 +7,9 @@ check_runtime_version:"4.0.0"
|
|||||||
Check for MBEDTLS_VERSION_C
|
Check for MBEDTLS_VERSION_C
|
||||||
check_feature:"MBEDTLS_VERSION_C":0
|
check_feature:"MBEDTLS_VERSION_C":0
|
||||||
|
|
||||||
Check for MBEDTLS_AES_C when already present
|
Check for MBEDTLS_TIMING_C when already present
|
||||||
depends_on:MBEDTLS_AES_C
|
depends_on:MBEDTLS_TIMING_C
|
||||||
check_feature:"MBEDTLS_AES_C":0
|
check_feature:"MBEDTLS_TIMING_C":0
|
||||||
|
|
||||||
Check for unknown define
|
Check for unknown define
|
||||||
check_feature:"MBEDTLS_UNKNOWN":-1
|
check_feature:"MBEDTLS_UNKNOWN":-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user