From d6cf089b37eb3915bcb4d3e2d141d2689c45dd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Wed, 3 Nov 2021 11:36:09 +0100 Subject: [PATCH] Explain why support_test_psa_compliance is needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 3ca29e855..c9fa684a0 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2851,6 +2851,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%%.*}"