Add ssl-opt.sh run to TLS 1.3 test in all.sh
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
e486b2d7bb
commit
ae336852c5
1 changed files with 2 additions and 0 deletions
|
@ -2454,6 +2454,8 @@ component_test_tls13_experimental_with_padding () {
|
|||
make
|
||||
msg "test: default config with MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL enabled, with padding"
|
||||
make test
|
||||
msg "ssl-opt.sh (TLS 1.3 experimental)"
|
||||
if_build_succeeded tests/ssl-opt.sh
|
||||
}
|
||||
|
||||
component_build_mingw () {
|
||||
|
|
Loading…
Reference in a new issue