mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-31 07:19:54 +00:00
Add handshake-generated.sh generation
Add handshake-generated.sh generation in make_generated_files.py Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -155,6 +155,11 @@ if build_tree.looks_like_mbedtls_root(".") and not build_tree.is_mbedtls_3_6():
|
||||
[Path("tests/opt-testcases/tls13-compat.sh")],
|
||||
None, "--output"
|
||||
),
|
||||
GenerationScript(
|
||||
Path("framework/scripts/generate_tls_handshake_tests.py"),
|
||||
[Path("tests/opt-testcases/handshake-generated.sh")],
|
||||
None, "--output"
|
||||
),
|
||||
GenerationScript(
|
||||
Path("scripts/generate_visualc_files.pl"),
|
||||
get_generation_script_files("scripts/generate_visualc_files.pl"),
|
||||
|
||||
Reference in New Issue
Block a user