Searched refs:PYTHON (Results 1 – 5 of 5) sorted by relevance
14 PYTHON=python316 PYTHON=python20 $PYTHON - "$2" <<EOF58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
21 $(PYTHON) scripts/generate_bignum_tests.py --list || \28 $(PYTHON) scripts/generate_ecp_tests.py --list || \35 $(PYTHON) scripts/generate_psa_tests.py --list || \61 $(PYTHON) scripts/generate_bignum_tests.py71 $(PYTHON) scripts/generate_ecp_tests.py93 $(PYTHON) scripts/generate_psa_tests.py156 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
51 PYTHON ?= python macro53 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro362 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .384 $(PYTHON) ../scripts/generate_driver_wrappers.py
100 PYTHON ?= python102 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi)
135 $(PYTHON) ../scripts/generate_psa_constants.py