1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Explain why support_test_psa_compliance is needed

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2021-11-03 11:36:09 +01:00
parent b3818412bc
commit ef0d02ed31

View File

@@ -2765,6 +2765,7 @@ component_test_psa_compliance () {
}
support_test_psa_compliance () {
# psa-compliance-tests only supports CMake >= 3.10.0
ver="$(cmake --version)"
ver="${ver#cmake version }"
ver_major="${ver%%.*}"