all.sh: fix submodule test names

This commit is contained in:
Andrzej Kurek 2019-02-05 06:05:49 -05:00
parent 8a2e97c2df
commit 1767e40368

View File

@ -781,7 +781,7 @@ component_build_default_make_gcc_and_cxx () {
make TEST_CPP=1
}
component_test_use_psa_crypto_cmake () {
component_test_submodule_cmake () {
# USE_CRYPTO_SUBMODULE: check that the build works with CMake
msg "build: cmake, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
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
}
component_test_use_psa_crypto_make () {
component_test_submodule_make () {
# USE_CRYPTO_SUBMODULE: check that the build works with make
msg "build: make, full config + USE_CRYPTO_SUBMODULE, gcc+debug"
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
}
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
msg "build: make, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
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
}
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
msg "build: cmake, full config - USE_CRYPTO_SUBMODULE, gcc+debug"
scripts/config.pl full