From 66de80a4ba080e92d273a80eb9b6c7d6e391275f Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Wed, 23 Apr 2025 12:52:12 +0100 Subject: [PATCH] correct paths in test scripts Signed-off-by: Ben Taylor --- scripts/test_psa_constant_names.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_psa_constant_names.py b/scripts/test_psa_constant_names.py index fb8b9a20b..c87923a12 100755 --- a/scripts/test_psa_constant_names.py +++ b/scripts/test_psa_constant_names.py @@ -172,8 +172,8 @@ def main(): parser.add_argument('--include', '-I', action='append', default=['tf-psa-crypto/include', 'tf-psa-crypto/drivers/builtin/include', - 'tf-psa-crypto/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',