From 4ad067bd7f0a11fce24a6f84d04691984b693a03 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Wed, 7 May 2025 12:33:45 +0100 Subject: [PATCH] Update test include path of everest headers Signed-off-by: Ben Taylor --- scripts/test_psa_constant_names.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test_psa_constant_names.py b/scripts/test_psa_constant_names.py index 6796909d9..ff93bb1c0 100755 --- a/scripts/test_psa_constant_names.py +++ b/scripts/test_psa_constant_names.py @@ -173,7 +173,8 @@ def main(): action='append', default=['tf-psa-crypto/include', 'tf-psa-crypto/drivers/builtin/include', 'tf-psa-crypto/drivers/everest/include', - 'drivers/everest/include/tf-psa-crypto/private', + 'tf-psa-crypto/drivers/everest/include/' + 'tf-psa-crypto/private', 'include'], help='Directory for header files') parser.add_argument('--keep-c',