mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
tests/Makefile: minor fix: specify Python binary to be used
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
96daf67701
commit
34f280538c
@ -176,7 +176,7 @@ src/test_certs.h: scripts/generate_test_cert_macros.py \
|
||||
--binary TEST_CLI_KEY_RSA_DER=data_files/cli-rsa.key.der
|
||||
|
||||
src/test_keys.h: scripts/generate_test_keys.py
|
||||
scripts/generate_test_keys.py --output $@
|
||||
$(PYTHON) scripts/generate_test_keys.py --output $@
|
||||
|
||||
TEST_OBJS_DEPS = $(wildcard include/test/*.h include/test/*/*.h)
|
||||
ifdef RECORD_PSA_STATUS_COVERAGE_LOG
|
||||
|
Loading…
Reference in New Issue
Block a user