commit | 9f409f6aecc9d584cee09945f5cc79aa3690d257 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Sep 10 02:58:34 2019 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Sep 10 04:28:55 2019 -0400 |
tree | edb7c4d5d0d8bfb34a5372e55012c0cf134e4b61 | |
parent | 4b3a45e190cc36ec69d0d805f3c4c7799fac05f7 [diff] [blame] |
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 c458bb3..c361b83 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -979,6 +979,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