Update default path for test_keys.h

This has now moved to the framework.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2024-11-14 12:26:34 +00:00
parent af90340deb
commit 41cca8d248
+1 -1
View File
@@ -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() + "/tests/src/test_keys.h"
default_output_path = guess_project_root() + "/framework/tests/src/test_keys.h"
argparser = argparse.ArgumentParser()
argparser.add_argument("--output", help="Output file", default=default_output_path)