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.
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 2415cdd..fe46b28 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1266,19 +1266,6 @@
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 @@
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