mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-17 07:17:12 +00: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:
parent
b3818412bc
commit
ef0d02ed31
@ -2765,6 +2765,7 @@ component_test_psa_compliance () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
support_test_psa_compliance () {
|
support_test_psa_compliance () {
|
||||||
|
# psa-compliance-tests only supports CMake >= 3.10.0
|
||||||
ver="$(cmake --version)"
|
ver="$(cmake --version)"
|
||||||
ver="${ver#cmake version }"
|
ver="${ver#cmake version }"
|
||||||
ver_major="${ver%%.*}"
|
ver_major="${ver%%.*}"
|
||||||
|
Loading…
Reference in New Issue
Block a user