mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix test case dependency
This commit fixes the error test suite to depend on MBEDTLS_ERROR_C rather than MBEDTLS_ERRORCOMMON_C. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
/* BEGIN_HEADER */
|
||||
#include "mbedtls/error_common.h"
|
||||
#include "mbedtls/error.h"
|
||||
/* END_HEADER */
|
||||
|
||||
/* BEGIN_DEPENDENCIES
|
||||
* depends_on:MBEDTLS_ERRORCOMMON_C
|
||||
* depends_on:MBEDTLS_ERROR_C
|
||||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user