all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
Pengyu Lv 2023-11-14 17:33:32 +08:00
parent bce640b7e3
commit f561ed8b3a

View file

@ -3761,6 +3761,9 @@ component_test_psa_crypto_config_accel_cipher_aead () {
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 @@ component_test_psa_crypto_config_reference_cipher_aead () {
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() {