mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:35:15 +00:00
all.sh: fix submodule test names
This commit is contained in:
parent
8a2e97c2df
commit
1767e40368
|
@ -781,7 +781,7 @@ component_build_default_make_gcc_and_cxx () {
|
||||||
make TEST_CPP=1
|
make TEST_CPP=1
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_use_psa_crypto_cmake () {
|
component_test_submodule_cmake () {
|
||||||
# USE_CRYPTO_SUBMODULE: check that the build works with CMake
|
# USE_CRYPTO_SUBMODULE: check that the build works with CMake
|
||||||
msg "build: cmake, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
|
msg "build: cmake, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
|
||||||
scripts/config.pl full # enables md4 and submodule doesn't enable md4
|
scripts/config.pl full # enables md4 and submodule doesn't enable md4
|
||||||
|
@ -800,7 +800,7 @@ component_test_use_psa_crypto_cmake () {
|
||||||
if_build_succeeded tests/ssl-opt.sh
|
if_build_succeeded tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_use_psa_crypto_make () {
|
component_test_submodule_make () {
|
||||||
# USE_CRYPTO_SUBMODULE: check that the build works with make
|
# USE_CRYPTO_SUBMODULE: check that the build works with make
|
||||||
msg "build: make, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
|
msg "build: make, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
|
||||||
scripts/config.pl full # enables md4 and submodule doesn't enable md4
|
scripts/config.pl full # enables md4 and submodule doesn't enable md4
|
||||||
|
@ -818,7 +818,7 @@ component_test_use_psa_crypto_make () {
|
||||||
if_build_succeeded tests/ssl-opt.sh
|
if_build_succeeded tests/ssl-opt.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_not_use_psa_crypto_make () {
|
component_test_not_submodule_make () {
|
||||||
# Don't USE_CRYPTO_SUBMODULE: check that the submodule is not used with make
|
# Don't USE_CRYPTO_SUBMODULE: check that the submodule is not used with make
|
||||||
msg "build: make, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
|
msg "build: make, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
|
||||||
scripts/config.pl full
|
scripts/config.pl full
|
||||||
|
@ -829,7 +829,7 @@ component_test_not_use_psa_crypto_make () {
|
||||||
if_build_succeeded objdump -g library/libmbedcrypto.a | grep -E 'library$' | not grep 'crypto' > /dev/null
|
if_build_succeeded objdump -g library/libmbedcrypto.a | grep -E 'library$' | not grep 'crypto' > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_not_use_psa_crypto_cmake () {
|
component_test_not_submodule_cmake () {
|
||||||
# Don't USE_CRYPTO_SUBMODULE: check that the submodule is not used with CMake
|
# Don't USE_CRYPTO_SUBMODULE: check that the submodule is not used with CMake
|
||||||
msg "build: cmake, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
|
msg "build: cmake, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
|
||||||
scripts/config.pl full
|
scripts/config.pl full
|
||||||
|
|
Loading…
Reference in a new issue