all.sh: unset crypto storage define in a psa full config cmake asan test

This commit is contained in:
Andrzej Kurek 2019-04-18 08:59:12 -04:00
parent 73757080c1
commit 324b2f76ca

View file

@ -809,6 +809,7 @@ component_test_no_use_psa_crypto_full_cmake_asan() {
scripts/config.pl set MBEDTLS_PSA_CRYPTO_C
scripts/config.pl unset MBEDTLS_USE_PSA_CRYPTO
scripts/config.pl unset MBEDTLS_PSA_ITS_FILE_C
scripts/config.pl unset MBEDTLS_PSA_CRYPTO_STORAGE_C
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
make