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:
Harry Ramsey 2024-10-15 12:04:26 +01:00
parent 3901af52b8
commit 8b4b15269a
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ check scripts/generate_driver_wrappers.py ${crypto_core_dir}/psa_crypto_driver_w
# Additional checks for Mbed TLS only
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_features.pl library/version_features.c
check framework/scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c

View File

@ -7,8 +7,8 @@
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
#ifndef MBEDTLS_ERRORCOMMON_COMMON_H
#define MBEDTLS_ERRORCOMMON_COMMON_H
#ifndef MBEDTLS_ERRORCOMMON_H
#define MBEDTLS_ERRORCOMMON_H
#include "mbedtls/build_info.h"