mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Set selftest verbose flag to boost coverage
This commit is contained in:
parent
b2fdd04f6a
commit
93012e8bce
22 changed files with 27 additions and 27 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue