Searched refs:PYTHON (Results 1 – 4 of 4) sorted by relevance
26 PYTHON=python328 PYTHON=python32 $PYTHON - "$2" <<EOF70 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {77 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
63 PYTHON ?= python macro65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro70 $(PYTHON) scripts/generate_bignum_tests.py --list || \77 $(PYTHON) scripts/generate_psa_tests.py --list || \103 $(PYTHON) scripts/generate_bignum_tests.py123 $(PYTHON) scripts/generate_psa_tests.py186 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
28 PYTHON ?= python macro30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro324 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .342 $(PYTHON) ../scripts/generate_driver_wrappers.py
59 PYTHON ?= python macro61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro185 $(PYTHON) ../scripts/generate_psa_constants.py