mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 21:19:07 +00: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:
parent
bef54c5003
commit
b791a88c33
@ -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
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user