mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
Fix test scripts for split error files
This commit fixes failing tests to do with generated files and code styles. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
3901af52b8
commit
8b4b15269a
@ -170,7 +170,7 @@ check scripts/generate_driver_wrappers.py ${crypto_core_dir}/psa_crypto_driver_w
|
|||||||
|
|
||||||
# Additional checks for Mbed TLS only
|
# Additional checks for Mbed TLS only
|
||||||
if in_mbedtls_repo; then
|
if in_mbedtls_repo; then
|
||||||
check scripts/generate_errors.pl ${builtin_drivers_dir}/error.c
|
check scripts/generate_errors.pl library/error.c
|
||||||
check scripts/generate_query_config.pl programs/test/query_config.c
|
check scripts/generate_query_config.pl programs/test/query_config.c
|
||||||
check scripts/generate_features.pl library/version_features.c
|
check scripts/generate_features.pl library/version_features.c
|
||||||
check framework/scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
|
check framework/scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
* Copyright The Mbed TLS Contributors
|
* Copyright The Mbed TLS Contributors
|
||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
#ifndef MBEDTLS_ERRORCOMMON_COMMON_H
|
#ifndef MBEDTLS_ERRORCOMMON_H
|
||||||
#define MBEDTLS_ERRORCOMMON_COMMON_H
|
#define MBEDTLS_ERRORCOMMON_H
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
#include "mbedtls/build_info.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user