mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 10:35: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
bd66d184ff
commit
d6cf089b37
|
@ -2851,6 +2851,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 a new issue