Add ssl-opt.sh run to TLS 1.3 test in all.sh

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 5d2710c..1692639 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2454,6 +2454,8 @@
     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 () {