mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-24 09:59:46 +00:00
Add TEST_ASSUME macro to allow skipping tests at runtime
This commit adds a macro TEST_ASSUME to the test infrastructure which allows to skip tests based on unmet conditions determined at runtime.
This commit is contained in:
@@ -156,7 +156,7 @@ void execute_function_ptr(TestWrapper_t fp, void **params)
|
||||
else
|
||||
{
|
||||
/* Unexpected parameter validation error */
|
||||
test_info.failed = 1;
|
||||
test_info.result = TEST_RESULT_FAILED;
|
||||
}
|
||||
|
||||
memset( param_fail_jmp, 0, sizeof(jmp_buf) );
|
||||
|
||||
Reference in New Issue
Block a user