mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 08:59:05 +08:00
all.sh/components: Moved test_sw_inet_pton -> x509.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
c06fd308c2
commit
aa09e48854
@ -22,17 +22,6 @@ component_test_no_renegotiation () {
|
|||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_sw_inet_pton () {
|
|
||||||
msg "build: default plus MBEDTLS_TEST_SW_INET_PTON"
|
|
||||||
|
|
||||||
# MBEDTLS_TEST_HOOKS required for x509_crt_parse_cn_inet_pton
|
|
||||||
scripts/config.py set MBEDTLS_TEST_HOOKS
|
|
||||||
make CFLAGS="-DMBEDTLS_TEST_SW_INET_PTON"
|
|
||||||
|
|
||||||
msg "test: default plus MBEDTLS_TEST_SW_INET_PTON"
|
|
||||||
make test
|
|
||||||
}
|
|
||||||
|
|
||||||
component_test_tls1_2_default_stream_cipher_only () {
|
component_test_tls1_2_default_stream_cipher_only () {
|
||||||
msg "build: default with only stream cipher use psa"
|
msg "build: default with only stream cipher use psa"
|
||||||
|
|
||||||
|
@ -23,3 +23,13 @@ component_test_no_x509_info () {
|
|||||||
tests/ssl-opt.sh
|
tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_test_sw_inet_pton () {
|
||||||
|
msg "build: default plus MBEDTLS_TEST_SW_INET_PTON"
|
||||||
|
|
||||||
|
# MBEDTLS_TEST_HOOKS required for x509_crt_parse_cn_inet_pton
|
||||||
|
scripts/config.py set MBEDTLS_TEST_HOOKS
|
||||||
|
make CFLAGS="-DMBEDTLS_TEST_SW_INET_PTON"
|
||||||
|
|
||||||
|
msg "test: default plus MBEDTLS_TEST_SW_INET_PTON"
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user