From 466286a14a379b2febffe7bc97b565ad4dacac8d Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 3 Oct 2023 12:44:12 +0200 Subject: [PATCH] Remove redundant test component In the full configuration MBEDTLS_TEST_HOOKS is enabled thus the configurations in test_full_cmake_gcc_asan_new_bignum and test_full_cmake_gcc_asan_new_bignum_test_hooks are the same. Keep the component that runs more tests. Signed-off-by: Ronald Cron --- tests/scripts/all.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9e1d84f5d..7e6c95c62 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1164,21 +1164,6 @@ component_test_full_cmake_gcc_asan_new_bignum () { tests/context-info.sh } -component_test_full_cmake_gcc_asan_new_bignum_test_hooks () { - msg "build: full config, cmake, gcc, ASan" - scripts/config.py full - scripts/config.py set MBEDTLS_TEST_HOOKS - scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT - CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan . - make - - msg "test: main suites (inc. selftests) (full config, ASan build)" - make test - - msg "test: selftest (ASan build)" # ~ 10s - programs/test/selftest -} - component_test_psa_crypto_key_id_encodes_owner () { msg "build: full config + PSA_CRYPTO_KEY_ID_ENCODES_OWNER, cmake, gcc, ASan" scripts/config.py full