mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Set selftest verbose flag to boost coverage
This commit is contained in:
parent
84c46db746
commit
42547d0cf7
22 changed files with 27 additions and 27 deletions
|
|
@ -124,6 +124,6 @@ void xtea_decrypt_cbc( char *hex_key_string, char *hex_iv_string,
|
|||
/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
|
||||
void xtea_selftest()
|
||||
{
|
||||
TEST_ASSERT( mbedtls_xtea_self_test( 0 ) == 0 );
|
||||
TEST_ASSERT( mbedtls_xtea_self_test( 1 ) == 0 );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue