mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 06:39:04 +08:00
Adjust file path for generate_tls13_compat_tests.py
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
parent
09fee364a3
commit
b74c3eaf87
@ -29,4 +29,4 @@ python framework\scripts\generate_ecp_tests.py --directory tf-psa-crypto\tests\s
|
|||||||
python framework\scripts\generate_psa_tests.py --directory tf-psa-crypto\tests\suites || exit /b 1
|
python framework\scripts\generate_psa_tests.py --directory tf-psa-crypto\tests\suites || exit /b 1
|
||||||
python framework\scripts\generate_test_keys.py --output tests\src\test_keys.h || exit /b 1
|
python framework\scripts\generate_test_keys.py --output tests\src\test_keys.h || exit /b 1
|
||||||
python framework\scripts\generate_test_cert_macros.py --output tests\src\test_certs.h || exit /b 1
|
python framework\scripts\generate_test_cert_macros.py --output tests\src\test_certs.h || exit /b 1
|
||||||
python tests\scripts\generate_tls13_compat_tests.py || exit /b 1
|
python framework\scripts\generate_tls13_compat_tests.py || exit /b 1
|
||||||
|
@ -71,9 +71,9 @@ if(GEN_FILES)
|
|||||||
${CMAKE_CURRENT_SOURCE_DIR}/..
|
${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||||
COMMAND
|
COMMAND
|
||||||
"${MBEDTLS_PYTHON_EXECUTABLE}"
|
"${MBEDTLS_PYTHON_EXECUTABLE}"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/generate_tls13_compat_tests.py"
|
"${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_tls13_compat_tests.py"
|
||||||
DEPENDS
|
DEPENDS
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/scripts/generate_tls13_compat_tests.py
|
${CMAKE_CURRENT_SOURCE_DIR}/../framework/scripts/generate_tls13_compat_tests.py
|
||||||
)
|
)
|
||||||
add_custom_target(tls13-compat.sh
|
add_custom_target(tls13-compat.sh
|
||||||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/opt-testcases/tls13-compat.sh)
|
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/opt-testcases/tls13-compat.sh)
|
||||||
|
@ -62,9 +62,9 @@ GENERATED_FILES += src/test_keys.h src/test_certs.h
|
|||||||
# Generated files needed to (fully) run ssl-opt.sh
|
# Generated files needed to (fully) run ssl-opt.sh
|
||||||
.PHONY: ssl-opt
|
.PHONY: ssl-opt
|
||||||
|
|
||||||
opt-testcases/tls13-compat.sh: scripts/generate_tls13_compat_tests.py
|
opt-testcases/tls13-compat.sh: ../framework/scripts/generate_tls13_compat_tests.py
|
||||||
echo " Gen $@"
|
echo " Gen $@"
|
||||||
$(PYTHON) scripts/generate_tls13_compat_tests.py -o $@
|
$(PYTHON) ../framework/scripts/generate_tls13_compat_tests.py -o $@
|
||||||
GENERATED_FILES += opt-testcases/tls13-compat.sh
|
GENERATED_FILES += opt-testcases/tls13-compat.sh
|
||||||
ssl-opt: opt-testcases/tls13-compat.sh
|
ssl-opt: opt-testcases/tls13-compat.sh
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ if in_mbedtls_repo; then
|
|||||||
check scripts/generate_query_config.pl programs/test/query_config.c
|
check scripts/generate_query_config.pl programs/test/query_config.c
|
||||||
check scripts/generate_features.pl library/version_features.c
|
check scripts/generate_features.pl library/version_features.c
|
||||||
check framework/scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
|
check framework/scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
|
||||||
check tests/scripts/generate_tls13_compat_tests.py tests/opt-testcases/tls13-compat.sh
|
check framework/scripts/generate_tls13_compat_tests.py tests/opt-testcases/tls13-compat.sh
|
||||||
check framework/scripts/generate_test_cert_macros.py tests/src/test_certs.h
|
check framework/scripts/generate_test_cert_macros.py tests/src/test_certs.h
|
||||||
# generate_visualc_files enumerates source files (library/*.c). It doesn't
|
# generate_visualc_files enumerates source files (library/*.c). It doesn't
|
||||||
# care about their content, but the files must exist. So it must run after
|
# care about their content, but the files must exist. So it must run after
|
||||||
|
Loading…
x
Reference in New Issue
Block a user