diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index d86a9f773b..449b213ff7 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -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%%.*}"