1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Set selftest verbose flag to boost coverage

This commit is contained in:
Andres AG
2016-09-09 09:10:28 +01:00
committed by Simon Butcher
parent b2fdd04f6a
commit 93012e8bce
22 changed files with 27 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ static int check_pointer( void *p )
/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
void mbedtls_memory_buffer_alloc_self_test( )
{
TEST_ASSERT( mbedtls_memory_buffer_alloc_self_test( 0 ) == 0 );
TEST_ASSERT( mbedtls_memory_buffer_alloc_self_test( 1 ) == 0 );
}
/* END_CASE */