mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-12 14:17:47 +00:00
Move test_keys.h to include/test
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]>
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() + "/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)
|
||||
|
||||
Reference in New Issue
Block a user