From dd61a2e3b88a521cdc259cf976085b73aa0eaf72 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 21 Oct 2019 15:58:20 +0200 Subject: [PATCH] Use the intended configuration in component_test_se_full --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index d4cb0111c6..32ec5fa9fd 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -876,6 +876,7 @@ component_test_se_default () { component_test_se_full () { msg "build: full config + MBEDTLS_PSA_CRYPTO_SE_C" + scripts/config.pl full scripts/config.pl set MBEDTLS_PSA_CRYPTO_SE_C make CC=gcc CFLAGS='-Werror -Wall -Wextra -O2 -fsanitize=address' LDFLAGS='-fsanitize=address'