mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-28 08:36:56 +00:00
Modify the test_baremetal in all.sh
Allow it to run the whole ssl-opt.sh instead of filtering only to Default, DTLS
This commit is contained in:
parent
33281d5546
commit
08d6cf2070
|
@ -1588,7 +1588,7 @@ component_test_baremetal () {
|
|||
|
||||
msg "test: baremetal.h + baremetal_test.h"
|
||||
if_build_succeeded make test
|
||||
if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$"
|
||||
if_build_succeeded tests/ssl-opt.sh
|
||||
}
|
||||
|
||||
component_test_allow_sha1 () {
|
||||
|
|
Loading…
Reference in a new issue