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:
parent
bce640b7e3
commit
f561ed8b3a
1 changed files with 6 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue