From 19bf09ee928fe3dab2984af198be07635494722a Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 25 Jul 2019 09:45:50 +0100 Subject: [PATCH] Remove standalone tinyCrypt tests from all.sh tinyCrypt is still tested in the baremetal tests since it is enabled in baremetal.h. Tests for minimal modifictions of the default / full config enabling tinyCrypt will be added elsewhere. --- tests/scripts/all.sh | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 2415cdd60f..fe46b28cc8 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1266,19 +1266,6 @@ component_test_no_64bit_multiplication () { make test } -component_build_tinycrypt_cmake () { - msg "build: tinycrypt native, cmake" - scripts/config.pl set MBEDTLS_USE_TINYCRYPT - CC=gcc cmake . - make -} - -component_build_tinycrypt_make () { - msg "build: tinycrypt native, make" - scripts/config.pl set MBEDTLS_USE_TINYCRYPT - make CC=gcc CFLAGS='-Werror -O1' -} - component_test_no_x509_info () { msg "build: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s scripts/config.pl full @@ -1355,15 +1342,6 @@ component_test_baremetal () { if_build_succeeded tests/ssl-opt.sh --filter "^Default, DTLS$" } -component_build_armcc_tinycrypt_baremetal () { - msg "build: ARM Compiler 5, make with tinycrypt and baremetal" - scripts/config.pl baremetal - scripts/config.pl set MBEDTLS_USE_TINYCRYPT - - make CC="$ARMC5_CC" AR="$ARMC5_AR" WARNING_CFLAGS='--strict --c99' lib - make clean -} - component_test_allow_sha1 () { msg "build: allow SHA1 in certificates by default" scripts/config.pl set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES