mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 16:36:27 +00: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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user