mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 19:46:27 +00:00
- Added test for self_test()
This commit is contained in:
@@ -34,3 +34,10 @@ base64_decode:src_string:dst_string
|
||||
TEST_ASSERT( strcmp( (char *) dst_str, {dst_string} ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
||||
BEGIN_CASE
|
||||
base64_selftest:
|
||||
{
|
||||
TEST_ASSERT( base64_self_test( 0 ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
||||
Reference in New Issue
Block a user