diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6e17a91e31..59afac24f5 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2922,6 +2922,9 @@ component_test_cmake_as_subdirectory () { cd "$MBEDTLS_ROOT_DIR" unset MBEDTLS_ROOT_DIR } +support_test_cmake_as_subdirectory () { + support_test_cmake_out_of_source +} component_test_cmake_as_package () { msg "build: cmake 'as-package' build" @@ -2935,6 +2938,9 @@ component_test_cmake_as_package () { cd "$MBEDTLS_ROOT_DIR" unset MBEDTLS_ROOT_DIR } +support_test_cmake_as_package () { + support_test_cmake_out_of_source +} component_test_cmake_as_package_install () { msg "build: cmake 'as-installed-package' build" @@ -2948,6 +2954,9 @@ component_test_cmake_as_package_install () { cd "$MBEDTLS_ROOT_DIR" unset MBEDTLS_ROOT_DIR } +support_test_cmake_as_package_install () { + support_test_cmake_out_of_source +} component_test_zeroize () { # Test that the function mbedtls_platform_zeroize() is not optimized away by