Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh

This commit is contained in:
Andrzej Kurek 2019-09-10 02:58:34 -04:00
parent 7eb7f8db8b
commit 9b1c248209

View file

@ -831,6 +831,7 @@ component_test_memory_buffer_allocator_backtrace () {
scripts/config.pl set MBEDTLS_MEMORY_BUFFER_ALLOC_C
scripts/config.pl set MBEDTLS_PLATFORM_MEMORY
scripts/config.pl set MBEDTLS_MEMORY_BACKTRACE
scripts/config.pl set MBEDTLS_MEMORY_DEBUG
CC=gcc cmake .
make