Explain why support_test_psa_compliance is needed

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 3ca29e8..c9fa684 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2851,6 +2851,7 @@
 }
 
 support_test_psa_compliance () {
+    # psa-compliance-tests only supports CMake >= 3.10.0
     ver="$(cmake --version)"
     ver="${ver#cmake version }"
     ver_major="${ver%%.*}"