mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-01 00:37:47 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user