mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-08 19:29:56 +00:00
Adjust file path for generate_tls13_compat_tests.py
Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
+2
-2
@@ -62,9 +62,9 @@ GENERATED_FILES += src/test_keys.h src/test_certs.h
|
||||
# Generated files needed to (fully) run ssl-opt.sh
|
||||
.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 $@"
|
||||
$(PYTHON) scripts/generate_tls13_compat_tests.py -o $@
|
||||
$(PYTHON) ../framework/scripts/generate_tls13_compat_tests.py -o $@
|
||||
GENERATED_FILES += opt-testcases/tls13-compat.sh
|
||||
ssl-opt: opt-testcases/tls13-compat.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user