Use the intended configuration in component_test_se_full

This commit is contained in:
Gilles Peskine 2019-10-21 15:58:20 +02:00
parent ccfc5eaa81
commit dd61a2e3b8

View file

@ -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'