Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh

diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 39631cd..3c4681a 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -919,6 +919,7 @@
     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