Skip to content

Commit

Permalink
Move test_keys.h to include/test
Browse files Browse the repository at this point in the history
Move test_keys.h to tests/include/test
instead of tests/src as it is used
outside of tests/src namely by
test_suite_pk.

Signed-off-by: Ronald Cron <[email protected]>
  • Loading branch information
ronald-cron-arm committed Dec 9, 2024
1 parent 150bf84 commit 0a9a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_test_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def collect_keys() -> Tuple[str, str]:
return ''.join(arrays), '\n'.join(look_up_table)

def main() -> None:
default_output_path = guess_project_root() + "/framework/tests/src/test_keys.h"
default_output_path = guess_project_root() + "/framework/tests/include/test/test_keys.h"

argparser = argparse.ArgumentParser()
argparser.add_argument("--output", help="Output file", default=default_output_path)
Expand Down

0 comments on commit 0a9a8a7

Please sign in to comment.