all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index cba98c5..a4f909d 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -3761,6 +3761,9 @@
msg "ssl-opt: crypto config with accelerated cipher and AEAD"
tests/ssl-opt.sh
+
+ msg "compat.sh: crypto config with accelerated cipher and AEAD"
+ tests/compat.sh -V NO -p mbedTLS
}
component_test_psa_crypto_config_reference_cipher_aead () {
@@ -3774,6 +3777,9 @@
msg "ssl-opt: crypto config with non-accelerated cipher and AEAD"
tests/ssl-opt.sh
+
+ msg "compat.sh: crypto config with non-accelerated cipher and AEAD"
+ tests/compat.sh -V NO -p mbedTLS
}
component_test_aead_chachapoly_disabled() {