From 9f409f6aecc9d584cee09945f5cc79aa3690d257 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Tue, 10 Sep 2019 02:58:34 -0400 Subject: [PATCH] Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index c458bb35f..c361b8303 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -979,6 +979,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