all.sh: Perform targeted EtM tests for MAC-less configs

When testing a configuration where no ciphersuites have MAC, via
component_test_when_no_ciphersuites_have_mac(), perform a targeted test
of only encrypt-then-MAC tests within ssl-opt.sh.
This commit is contained in:
Jaeden Amero 2019-06-05 14:42:50 +01:00
parent 2de07f1dd1
commit 6b1683dd5d

View File

@ -964,7 +964,7 @@ component_test_when_no_ciphersuites_have_mac () {
make test
msg "test ssl-opt.sh: !MBEDTLS_SSL_SOME_MODES_USE_MAC"
if_build_succeeded tests/ssl-opt.sh
if_build_succeeded tests/ssl-opt.sh -f 'Default\|EtM' -e 'without EtM'
}
component_test_null_entropy () {