mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 14:35:38 +01:00
all.sh: add test with MBEDTLS_DEPRECATED_REMOVED
This commit is contained in:
parent
2e50efad44
commit
29af5f3bf0
@ -495,6 +495,12 @@ if_build_succeeded tests/ssl-opt.sh -f Default
|
|||||||
msg "test: compat.sh RC4, DES & NULL (full config)" # ~ 2 min
|
msg "test: compat.sh RC4, DES & NULL (full config)" # ~ 2 min
|
||||||
if_build_succeeded env OPENSSL_CMD="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -e '3DES\|DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR'
|
if_build_succeeded env OPENSSL_CMD="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tests/compat.sh -e '3DES\|DES-CBC3' -f 'NULL\|DES\|RC4\|ARCFOUR'
|
||||||
|
|
||||||
|
msg "build: cmake, full config + DEPRECATED_REMOVED, clang, C99"
|
||||||
|
# No cleanup: tweak the configuration, keep the makefiles
|
||||||
|
scripts/config.pl set MBEDTLS_DEPRECATED_WARNING
|
||||||
|
scripts/config.pl set MBEDTLS_DEPRECATED_REMOVED
|
||||||
|
make
|
||||||
|
|
||||||
msg "test/build: curves.pl (gcc)" # ~ 4 min
|
msg "test/build: curves.pl (gcc)" # ~ 4 min
|
||||||
cleanup
|
cleanup
|
||||||
cmake -D CMAKE_BUILD_TYPE:String=Debug .
|
cmake -D CMAKE_BUILD_TYPE:String=Debug .
|
||||||
|
Loading…
Reference in New Issue
Block a user