mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Adapted .function files and .data files to new test framework
Changes include: - Integers marked with '#' in the .function files. - Strings should have "" in .data files. - String comparison instead of preprocessor-like replace for e.g. '==' - Params and variables cannot have the same name in .function files
This commit is contained in:
parent
1934318dce
commit
dbd443dca6
33 changed files with 793 additions and 741 deletions
|
|
@ -7,7 +7,7 @@ depends_on:POLARSSL_ERROR_C
|
|||
END_DEPENDENCIES
|
||||
|
||||
BEGIN_CASE
|
||||
error_strerror:code:result_str
|
||||
error_strerror:#code:result_str
|
||||
{
|
||||
char buf[500];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue