mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-31 00:32:50 +00:00
Extract configuration-x509 components into a separate file.
Signed-off-by: David Horstmann <david.horstmann@arm.com> Signed-off-by: Thomas Daubney <thomas.daubney@arm.com> Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
7665a93799
commit
09b179b67c
@ -9,4 +9,17 @@
|
|||||||
#### Configuration Testing - X509
|
#### Configuration Testing - X509
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
|
component_test_no_x509_info () {
|
||||||
|
msg "build: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
|
||||||
|
scripts/config.pl full
|
||||||
|
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
|
||||||
|
scripts/config.pl set MBEDTLS_X509_REMOVE_INFO
|
||||||
|
make CFLAGS='-Werror -O2'
|
||||||
|
|
||||||
|
msg "test: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
|
||||||
|
make test
|
||||||
|
|
||||||
|
msg "test: ssl-opt.sh, full + MBEDTLS_X509_REMOVE_INFO" # ~ 1 min
|
||||||
|
tests/ssl-opt.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -686,20 +686,6 @@ support_test_mx32 () {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_no_x509_info () {
|
|
||||||
msg "build: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
|
|
||||||
scripts/config.pl full
|
|
||||||
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
|
|
||||||
scripts/config.pl set MBEDTLS_X509_REMOVE_INFO
|
|
||||||
make CFLAGS='-Werror -O2'
|
|
||||||
|
|
||||||
msg "test: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s
|
|
||||||
make test
|
|
||||||
|
|
||||||
msg "test: ssl-opt.sh, full + MBEDTLS_X509_REMOVE_INFO" # ~ 1 min
|
|
||||||
tests/ssl-opt.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
component_test_memsan () {
|
component_test_memsan () {
|
||||||
msg "build: MSan (clang)" # ~ 1 min 20s
|
msg "build: MSan (clang)" # ~ 1 min 20s
|
||||||
scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
|
scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user