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

@ -380,6 +380,6 @@ void entropy_nv_seed( char *read_seed_str )
/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
void entropy_selftest( int result )
{
TEST_ASSERT( mbedtls_entropy_self_test( 0 ) == result );
TEST_ASSERT( mbedtls_entropy_self_test( 1 ) == result );
}
/* END_CASE */