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

@ -507,6 +507,6 @@ exit:
/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
void ecp_selftest()
{
TEST_ASSERT( mbedtls_ecp_self_test( 0 ) == 0 );
TEST_ASSERT( mbedtls_ecp_self_test( 1 ) == 0 );
}
/* END_CASE */