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:
Hanno Becker 2021-07-24 05:27:16 +01:00
parent e486b2d7bb
commit ae336852c5

View file

@ -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 () {